Ignore:
Timestamp:
Jul 7, 2005, 6:03:55 AM (20 years ago)
Author:
bird
Message:

Renamed the BSD setmode to bsd_setmode and put back the PC setmode.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.33 to 1.34
    r2228 r2229  
    544544#endif
    545545/** @todo int    setlogin(const char *); */
    546 void    *setmode(const char *);
     546void    *bsd_setmode(const char *);
    547547int      setresgid(gid_t, gid_t, gid_t);
    548548int      setresuid(uid_t, uid_t, uid_t);
Note: See TracChangeset for help on using the changeset viewer.