Changeset dddc3d9 in mainline


Ignore:
Timestamp:
2011-06-22T01:08:50Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c87a7f5
Parents:
b4d6252
Message:

Removed unnecesarry/conflicting headers and GNU extensions.

Location:
uspace/lib/posix
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    rb4d6252 rdddc3d9  
    4040SOURCES = \
    4141        ctype.c \
    42         getopt.c \
     42        fcntl.c \
    4343        stdio.c \
    4444        stdlib.c \
  • uspace/lib/posix/string.h

    rb4d6252 rdddc3d9  
    133133        #define strerror posix_strerror
    134134        #define strerror_r posix_strerror_r
    135         #define strsignal(i) ((char *) "SIGNonSense: There are no signals in HelenOS.")
    136135
    137136        #define strlen posix_strlen
Note: See TracChangeset for help on using the changeset viewer.