Changeset 2135 for trunk/src/libctests/glibc/posix/tst-dir.c
- Timestamp:
- Jul 1, 2005, 6:20:01 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/posix/tst-dir.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2134 r2135 28 28 #include <unistd.h> 29 29 #include <sys/stat.h> 30 31 #ifndef HAVE_64BIT_FILEIO_TYPES 32 #define stat64 stat 33 #define fstat64 fstat 34 #define dirent64 dirent 35 #define readdir64_r readdir_r 36 #define readdir64 readdir 37 #endif 38 #ifdef __EMX__ 39 #warning fchdir still not implemented? 40 #define fchdir(fd) (-1) 41 #endif 30 42 31 43 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.