Changeset a3da2b2 in mainline for uspace/lib/posix/source/sys/stat.c


Ignore:
Timestamp:
2012-08-31T09:55:22Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ca4c6ec1
Parents:
33fee91
Message:

Introduce include/ and source/ directories into libposix

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/source/sys/stat.c

    r33fee91 ra3da2b2  
    3737
    3838#include "../internal/common.h"
    39 #include "stat.h"
     39#include "posix/sys/stat.h"
    4040
    41 #include "../errno.h"
    42 #include "../libc/mem.h"
     41#include "posix/errno.h"
     42#include "libc/mem.h"
    4343
    4444/**
Note: See TracChangeset for help on using the changeset viewer.