Changeset 346
- Timestamp:
- Jul 10, 2003, 6:45:43 PM (22 years ago)
- Location:
- trunk/src/emx/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/io.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r345 r346 37 37 int fstat (int, struct stat *); 38 38 int fsync (int); 39 #ifndef _FTRUNCATE_DECLARED 40 #define _FTRUNCATE_DECLARED 39 41 int ftruncate (int, long); 42 #endif 40 43 int ioctl (int, unsigned long request, ...); 41 44 int isatty (int); 45 #ifndef _LSEEK_DECLARED 46 #define _LSEEK_DECLARED 42 47 long lseek (int, long, int); 48 #endif 43 49 int mkstemp (char *); 44 50 char *mktemp (char *); … … 51 57 int stat (__const__ char *, struct stat *); 52 58 long tell (int); 59 #ifndef _LSEEK_DECLARED 60 #define _LSEEK_DECLARED 53 61 int truncate (char *, long); 62 #endif 54 63 int umask (int); 55 64 int unlink (__const__ char *); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/unistd.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r345 r346 110 110 int isatty (int); 111 111 /* link() */ 112 #ifndef _LSEEK_DECLARED 113 #define _LSEEK_DECLARED 112 114 long lseek (int, long, int); 115 #endif 113 116 long pathconf (__const__ char *, int); 114 117 int pause (void); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.