Changeset 1940 for trunk/src/emx/include/sys/stat.h
- Timestamp:
- May 1, 2005, 5:42:35 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/stat.h
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r1939 r1940 337 337 #if __BSD_VISIBLE 338 338 /** @todo int fchflags(int, unsigned long); */ 339 /** @todo int fchmod(int, mode_t); */ 339 int fchmod(int, mode_t); 340 340 #endif 341 341 int fstat(int, struct stat *); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.