Changeset 2268 for trunk/src/emx/include/unistd.h
- Timestamp:
- Jul 21, 2005, 11:05:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/unistd.h
-
Property cvs2svn:cvs-rev
changed from
1.34
to1.35
r2267 r2268 440 440 char *crypt(const char *, const char *); 441 441 /** @todo char *ctermid(char *); */ /* XXX ??? */ 442 int encrypt(char *, int); 442 void encrypt(char *, int); /* bird: SuS say it returns void, and so does our implementation */ 443 443 /** @todo int fchdir(int); */ 444 444 /* tcpip: long gethostid(void); */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.