Changeset dddc3d9 in mainline
- Timestamp:
- 2011-06-22T01:08:50Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c87a7f5
- Parents:
- b4d6252
- Location:
- uspace/lib/posix
- Files:
-
- 4 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
rb4d6252 rdddc3d9 40 40 SOURCES = \ 41 41 ctype.c \ 42 getopt.c \42 fcntl.c \ 43 43 stdio.c \ 44 44 stdlib.c \ -
uspace/lib/posix/string.h
rb4d6252 rdddc3d9 133 133 #define strerror posix_strerror 134 134 #define strerror_r posix_strerror_r 135 #define strsignal(i) ((char *) "SIGNonSense: There are no signals in HelenOS.")136 135 137 136 #define strlen posix_strlen
Note:
See TracChangeset
for help on using the changeset viewer.