Changeset 174 for trunk/include
- Timestamp:
- Aug 27, 2008, 5:40:28 PM (16 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_unix.h
r170 r174 209 209 /* close all files >= fd, except possibly one 210 210 */ 211 void sh_unix_closeall (int fd, int except );211 void sh_unix_closeall (int fd, int except, int inchild); 212 212 213 213 -
trunk/include/slib.h
r170 r174 401 401 */ 402 402 int sl_dropall(int fd, int except); 403 int sl_dropall_dirty(int fd, int except); /* don't deallocate */ 403 404 404 405 /* Check whether file is trustworthy.
Note:
See TracChangeset
for help on using the changeset viewer.