- Timestamp:
- Nov 16, 2005, 7:14:27 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/unistd.h
r2454 r2455 4 4 * 5 5 * @changed Commented out stuff which isn't implemented, TCPIP stuff at bottom. 6 * @changed setkey returns void not int in the standard and our implementation (glibc). 6 7 * @todo Several man-years.. ;) Serious, complete the FreeBSD 5.3 merge and 7 8 * implement all the functions. Currently there is a bunch of POSIX … … 540 541 /** @todo int sethostname(const char *, int); */ 541 542 #ifndef _SETKEY_DECLARED 542 int setkey(const char *); 543 /*int setkey(const char *); bird: SUS say void return and so does glibc! */ 544 void setkey(const char *); 543 545 #define _SETKEY_DECLARED 544 546 #endif
Note:
See TracChangeset
for help on using the changeset viewer.