Changeset a3da2b2 in mainline for uspace/lib/posix/include
- Timestamp:
- 2012-08-31T09:55:22Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ca4c6ec1
- Parents:
- 33fee91
- Location:
- uspace/lib/posix/include/posix
- Files:
-
- 27 moved
-
assert.h (moved) (moved from uspace/lib/posix/assert.h )
-
ctype.h (moved) (moved from uspace/lib/posix/ctype.h )
-
errno.h (moved) (moved from uspace/lib/posix/errno.h )
-
fcntl.h (moved) (moved from uspace/lib/posix/fcntl.h )
-
float.h (moved) (moved from uspace/lib/posix/float.h )
-
fnmatch.h (moved) (moved from uspace/lib/posix/fnmatch.h )
-
getopt.h (moved) (moved from uspace/lib/posix/getopt.h )
-
inttypes.h (moved) (moved from uspace/lib/posix/inttypes.h )
-
iso646.h (moved) (moved from uspace/lib/posix/iso646.h )
-
limits.h (moved) (moved from uspace/lib/posix/limits.h )
-
locale.h (moved) (moved from uspace/lib/posix/locale.h )
-
math.h (moved) (moved from uspace/lib/posix/math.h )
-
pwd.h (moved) (moved from uspace/lib/posix/pwd.h )
-
signal.h (moved) (moved from uspace/lib/posix/signal.h )
-
stdbool.h (moved) (moved from uspace/lib/posix/stdbool.h )
-
stddef.h (moved) (moved from uspace/lib/posix/stddef.h )
-
stdint.h (moved) (moved from uspace/lib/posix/stdint.h )
-
stdio.h (moved) (moved from uspace/lib/posix/stdio.h )
-
stdlib.h (moved) (moved from uspace/lib/posix/stdlib.h )
-
string.h (moved) (moved from uspace/lib/posix/string.h )
-
strings.h (moved) (moved from uspace/lib/posix/strings.h )
-
sys/mman.h (moved) (moved from uspace/lib/posix/sys/mman.h ) (1 diff)
-
sys/stat.h (moved) (moved from uspace/lib/posix/sys/stat.h ) (1 diff)
-
sys/types.h (moved) (moved from uspace/lib/posix/sys/types.h ) (1 diff)
-
sys/wait.h (moved) (moved from uspace/lib/posix/sys/wait.h )
-
time.h (moved) (moved from uspace/lib/posix/time.h )
-
unistd.h (moved) (moved from uspace/lib/posix/unistd.h )
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/sys/mman.h
r33fee91 ra3da2b2 36 36 #define POSIX_SYS_MMAN_H_ 37 37 38 #include " ../libc/sys/mman.h"38 #include "libc/sys/mman.h" 39 39 40 40 #undef PROT_NONE -
uspace/lib/posix/include/posix/sys/stat.h
r33fee91 ra3da2b2 37 37 #define POSIX_SYS_STAT_H_ 38 38 39 #include " ../libc/sys/stat.h"39 #include "libc/sys/stat.h" 40 40 #include "types.h" 41 41 #include "../time.h" -
uspace/lib/posix/include/posix/sys/types.h
r33fee91 ra3da2b2 37 37 #define POSIX_SYS_TYPES_H_ 38 38 39 #include " ../libc/sys/types.h"39 #include "libc/sys/types.h" 40 40 41 41 typedef unsigned int posix_ino_t;
Note:
See TracChangeset
for help on using the changeset viewer.
