Changeset 4f4b4e7 in mainline for uspace/lib/posix/string.h
- Timestamp:
- 2011-06-15T23:38:45Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b08ef1fd
- Parents:
- ab547063
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/string.h
rab547063 r4f4b4e7 130 130 #define strerror posix_strerror 131 131 #define strerror_r posix_strerror_r 132 #define strsignal(i) ((char *) "SIGNonSense: There are no signals in HelenOS.")132 #define strsignal(i) ((char *) "SIGNonSense: There are no signals in HelenOS.") 133 133 134 134 #define strlen posix_strlen
Note:
See TracChangeset
for help on using the changeset viewer.