Changeset 683
- Timestamp:
- Sep 11, 2003, 3:11:24 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/src/emx/include/io.h (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/io.h
-
Property cvs2svn:cvs-rev
changed from
1.5to1.6
r682 r683 28 28 #endif 29 29 30 31 32 33 34 35 30 36 #if !defined (SEEK_SET) 31 37 #define SEEK_SET 0 … … 45 51 int chsize (int, long); 46 52 int close (int); 47 int creat ( __const__ char *, int);53 int creat (t); 48 54 int dup (int); 49 55 int dup2 (int, int); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
