Ignore:
Timestamp:
Sep 25, 2005, 1:01:36 PM (20 years ago)
Author:
bird
Message:

o Implemented fchdir().
o Implemented inheritance of open directory handles. Unfortunately,

I ran out of size bits for the bundle type, so the SPM bit is no
longer compatible with earlier versions. The consequences
of this are related to inheritance and signaling - so recompile!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/unistd.h

    • Property cvs2svn:cvs-rev changed from 1.35 to 1.36
    r2322 r2323  
    441441/** @todo char  *ctermid(char *); */            /* XXX ??? */
    442442void     encrypt(char *, int);                  /* bird: SuS say it returns void, and so does our implementation */
    443 /** @todo int    fchdir(int); */
     443int      fchdir(int);
    444444/* tcpip: long   gethostid(void); */
    445445pid_t    getpgid(pid_t _pid);       /* bird: SuS say pid_r return. */
Note: See TracChangeset for help on using the changeset viewer.