Changeset 123 for trunk/src/emx/src/lib/io/close.c
- Timestamp:
- May 12, 2003, 12:48:43 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/src/emx/src/lib/io/close.c (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/io/close.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r122 r123 6 6 #include <emx/syscalls.h> 7 7 8 int _close (int handle)8 int close (int handle) 9 9 { 10 10 if (_fd_flags (handle) == NULL) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
