Changeset 2323 for trunk/src/emx/include/unistd.h
- Timestamp:
- Sep 25, 2005, 1:01:36 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/unistd.h
-
Property cvs2svn:cvs-rev
changed from
1.35
to1.36
r2322 r2323 441 441 /** @todo char *ctermid(char *); */ /* XXX ??? */ 442 442 void encrypt(char *, int); /* bird: SuS say it returns void, and so does our implementation */ 443 /** @todo int fchdir(int); */ 443 int fchdir(int); 444 444 /* tcpip: long gethostid(void); */ 445 445 pid_t getpgid(pid_t _pid); /* bird: SuS say pid_r return. */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.