Changeset 792 for trunk/src/emx/include/sys/stat.h
- Timestamp:
- Oct 2, 2003, 3:22:00 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/stat.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r791 r792 63 63 #endif 64 64 65 #if !defined(_GID_T_DECLARED) && !defined(_GID_T) 65 #if !defined(_GID_T_DECLARED) && !defined(_GID_T) /* bird: emx */ 66 66 typedef __gid_t gid_t; 67 67 #define _GID_T_DECLARED 68 #define _GID_T 68 #define _GID_T /* bird: emx */ 69 69 #endif 70 70 … … 334 334 /** @todo int chflags(const char *, unsigned long); */ 335 335 #endif 336 /** @todo int chmod(const char *, mode_t); */ 336 int chmod(const char *, mode_t); 337 337 #if __BSD_VISIBLE 338 338 /** @todo int fchflags(int, unsigned long); */ … … 342 342 #if __BSD_VISIBLE 343 343 /** @todo int lchflags(const char *, int); */ 344 /** @todo int lchmod(const char *, mode_t); */ 344 int lchmod(const char *, mode_t); 345 345 #endif 346 346 #if __POSIX_VISIBLE >= 200112 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.