Changeset 187 for trunk/src/emx/include/unistd.h
- Timestamp:
- May 19, 2003, 3:20:02 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/unistd.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r186 r187 225 225 #include <sys/cdefs.h> 226 226 #include <sys/types.h> 227 /** @name tcpip40 function mappings. 228 * @{ */ 229 #define soclose tcpip40_soclose 230 #define gethostid tcpip40_gethostid 231 #define gethostname tcpip40_gethostname 232 #define iruserok tcpip40_iruserok 233 #define rcmd tcpip40_rcmd 234 #define rresvport tcpip40_rresvport 235 #define ruserok tcpip40_ruserok 236 /* @} */ 227 237 int _System soclose (int); 228 229 238 #ifndef _POSIX_SOURCE 230 239 int _System gethostid (void); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.