newlib-cygwin/winsup/cygwin/include
Christopher Faylor bd4ec49671 * cygwin.din: Export _getmode and getmode to allow querying of binary state of
an fd.
* external.cc (cygwin_internal): Add handling of perfile_table setting.
* fhandler.cc (perfile_table): New global.
(fhandler_base::get_default_fmode): New method to return a file's default mode
based on its name.
(fhandler_base::open): Use get_default_mode method to determine a file's mode.
Record file mode in file flags.
* fhandler.h (fhandler_base): Declare get_default_fmode
* syscalls.cc (getmode): New function.
* sys/cygwin.h (__cygwin_perfile): New structure.
(cygwin_getinfo_types): Move outside of WINVER conditional.
(per_process): Move inside of WINVER conditional.
2000-07-09 05:29:51 +00:00
..
arpa import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
asm import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
cygwin * cygwin.din: Export _getmode and getmode to allow querying of binary state of 2000-07-09 05:29:51 +00:00
net import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
netinet * include/netinet/in_systm.h: New file. 2000-06-07 11:48:03 +00:00
sys * cygwin.din: Export _getmode and getmode to allow querying of binary state of 2000-07-09 05:29:51 +00:00
a.out.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
dlfcn.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
exceptions.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fcntl.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
features.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
getopt.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
glob.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
icmp.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
io.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
lastlog.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
limits.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
mapi.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
memory.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
mntent.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
netdb.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
paths.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
poll.h * poll.cc: New file. Implement `poll' system call. 2000-07-04 16:58:49 +00:00
pthread.h * include/pthread.h (pthread_detach): Add missing prototype. 2000-05-08 22:38:07 +00:00
rapi.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
strings.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
syslog.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
termio.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
tzfile.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
wchar.h 2000-05-06 Mumit Khan <khan@xraylith.wisc.edu> 2000-05-06 17:00:53 +00:00