Changeset 1506 for trunk/src/emx/include/unistd.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/unistd.h
-
Property cvs2svn:cvs-rev
changed from
1.17
to1.18
r1505 r1506 1 /* $Id: */ 2 /** @file 3 * EMX/FreeBSD 5.1 4 * 5 * @changed Commented out stuff which isn't implemented, TCPIP stuff at bottom. 6 * @todo Several man-years.. ;) Serious, complete the FreeBSD 5.1 merge and 7 * implement all the functions. Currently there is a bunch of POSIX 8 * #defines missing. 9 */ 10 1 11 /*- 2 12 * Copyright (c) 1991, 1993, 1994 … … 35 45 */ 36 46 37 /** @file38 * EMX/FreeBSD 5.139 *40 * @changed Commented out stuff which isn't implemented, TCPIP stuff at bottom.41 * @todo Several man-years.. ;) Serious, complete the FreeBSD 5.1 merge and42 * implement all the functions. Currently there is a bunch of POSIX43 * #defines missing.44 */45 46 47 #ifndef _UNISTD_H_ 47 48 #define _UNISTD_H_ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.