Ignore:
Timestamp:
Oct 2, 2003, 3:22:00 AM (22 years ago)
Author:
bird
Message:

Fixed a couple of errors in the migration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/stat.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r791 r792  
    6363#endif
    6464
    65 #if !defined(_GID_T_DECLARED) && !defined(_GID_T)
     65#if !defined(_GID_T_DECLARED) && !defined(_GID_T) /* bird: emx */
    6666typedef __gid_t         gid_t;
    6767#define _GID_T_DECLARED
    68 #define _GID_T
     68#define _GID_T                          /* bird: emx */
    6969#endif
    7070
     
    334334/** @todo int   chflags(const char *, unsigned long); */
    335335#endif
    336 /** @todo int   chmod(const char *, mode_t); */
     336int     chmod(const char *, mode_t);
    337337#if __BSD_VISIBLE
    338338/** @todo int   fchflags(int, unsigned long); */
     
    342342#if __BSD_VISIBLE
    343343/** @todo int   lchflags(const char *, int); */
    344 /** @todo int   lchmod(const char *, mode_t); */
     344int     lchmod(const char *, mode_t);
    345345#endif
    346346#if __POSIX_VISIBLE >= 200112
Note: See TracChangeset for help on using the changeset viewer.