5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: file descriptors handling internals - header file
18 unsigned int opencount
;
21 fdesc
*__getfdesc(register int fd
);
22 void __setfdesc(register int fd
, fdesc
*fdesc
);
23 int __getfdslot(int wanted_fd
);
24 int __getfirstfd(register int startfd
);
25 int __open(int wanted_fd
, const char *pathname
, int flags
, int mode
);
26 void __updatestdio(void);
27 LONG
__oflags2amode(int flags
);