Changeset 0ffbed9 in mainline for uspace/lib/posix/string.h


Ignore:
Timestamp:
2011-06-19T17:49:29Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5974661
Parents:
f48b637 (diff), 32fb6944 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge libposix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/string.h

    rf48b637 r0ffbed9  
    130130        #define strerror posix_strerror
    131131        #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.")
    133133
    134134        #define strlen posix_strlen
Note: See TracChangeset for help on using the changeset viewer.