diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-21 06:14:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-21 06:14:17 +0200 |
commit | 97f413037ece028b55f5a53251ae06e6b443e233 (patch) | |
tree | 28a9b5d3da37a0ee0ba0cd38d5a710dc9349a40c /posix/gawkmisc.c | |
parent | 738b247c58504fbb00ce7f4f1d1d72ce6fdb52a2 (diff) | |
parent | 5db38f775d9ba239e125d81dff2010a2ddacb48e (diff) | |
download | egawk-97f413037ece028b55f5a53251ae06e6b443e233.tar.gz egawk-97f413037ece028b55f5a53251ae06e6b443e233.tar.bz2 egawk-97f413037ece028b55f5a53251ae06e6b443e233.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'posix/gawkmisc.c')
-rw-r--r-- | posix/gawkmisc.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/posix/gawkmisc.c b/posix/gawkmisc.c index 40950826..ecf5aff9 100644 --- a/posix/gawkmisc.c +++ b/posix/gawkmisc.c @@ -289,22 +289,3 @@ void init_sockets(void) { } - -#ifdef __CYGWIN__ -void -cygwin_premain0(int argc, char **argv, struct per_process *myself) -{ - static struct __cygwin_perfile pf[] = { - { "", O_RDONLY | O_TEXT }, - /*{ "", O_WRONLY | O_BINARY },*/ - { NULL, 0 } - }; - cygwin_internal(CW_PERFILE, pf); -} - -void -cygwin_premain2(int argc, char **argv, struct per_process *myself) -{ - setmode(fileno (stdin), O_TEXT); -} -#endif |