3 This file is part of Cygwin.
5 This software is a copyrighted work licensed under the terms of the
6 Cygwin license. Please consult the file "CYGWIN_LICENSE" for
10 #include <sys/fcntl.h>
11 #include <sys/cygwin.h>
15 cygwin_premain0 (int argc
__attribute__ ((unused
)),
16 char **argv
__attribute__ ((unused
)),
17 struct per_process
*myself
__attribute__ ((unused
)))
19 static struct __cygwin_perfile pf
[] =
21 {"", O_RDONLY
| O_TEXT
},
22 {"", O_WRONLY
| O_BINARY
},
25 cygwin_internal (CW_PERFILE
, pf
);