Changeset 183 for trunk/src/emx/include/unistd.h
- Timestamp:
- May 19, 2003, 4:41:00 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/unistd.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r182 r183 3 3 #ifndef _UNISTD_H 4 4 #define _UNISTD_H 5 #define _UNISTD_H_ /* toolkit compatibility */ 5 6 6 7 #if defined (__cplusplus) … … 221 222 #endif 222 223 224 /* Toolkit compatibility */ 225 #include <sys/cdefs.h> 226 #include <sys/types.h> 227 int _System soclose (int); 228 229 #ifndef _POSIX_SOURCE 230 int _System gethostid (void); 231 int _System gethostname (char *, int); 232 int _System iruserok (unsigned long, int, const char *, const char *); 233 int _System rcmd (char **, int, const char *, const char *, const char *, int *); 234 int _System rresvport (int *); 235 int _System ruserok (const char *, int, const char *, const char *); 236 #include <sys/select.h> 237 #endif /* !_POSIX_SOURCE */ 238 223 239 224 240 #if defined (__cplusplus) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.