Ignore:
Timestamp:
Jan 24, 2004, 10:59:04 PM (22 years ago)
Author:
bird
Message:

strsignal(), and sys_signame,sys_siglist and sys_nsig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/string.h

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r1034 r1035  
    8989char    *strerror(int);
    9090#if __POSIX_VISIBLE >= 200112
    91 /** @todo int    strerror_r(int, char *, size_t);*/
     91int      strerror_r(int, char *, size_t);
    9292#endif
    9393#if __BSD_VISIBLE
     
    109109#if __BSD_VISIBLE
    110110char    *strsep(char **, const char *);
    111 /** @todo char  *strsignal(int); */
     111 char   *strsignal(int);
    112112#endif
    113113size_t   strspn(const char *, const char *);
Note: See TracChangeset for help on using the changeset viewer.