Ignore:
Timestamp:
Jul 21, 2005, 11:05:55 PM (20 years ago)
Author:
bird
Message:

unistd.h prototype of encrypt() shall return void not int.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.34 to 1.35
    r2267 r2268  
    440440char    *crypt(const char *, const char *);
    441441/** @todo char  *ctermid(char *); */            /* XXX ??? */
    442 int      encrypt(char *, int);
     442void     encrypt(char *, int);                  /* bird: SuS say it returns void, and so does our implementation */
    443443/** @todo int    fchdir(int); */
    444444/* tcpip: long   gethostid(void); */
Note: See TracChangeset for help on using the changeset viewer.