diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-21 06:14:42 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-21 06:14:42 +0200 |
commit | f91f8ee802f852135c237aafe6e17c02e4439aa5 (patch) | |
tree | dc9ab16435ffc8c5d73cf6af31341eb0c4a4d64b /posix/gawkmisc.c | |
parent | 9acc5c7442feff44445a4c5ae9f618d879064cb4 (diff) | |
parent | 5db38f775d9ba239e125d81dff2010a2ddacb48e (diff) | |
download | egawk-f91f8ee802f852135c237aafe6e17c02e4439aa5.tar.gz egawk-f91f8ee802f852135c237aafe6e17c02e4439aa5.tar.bz2 egawk-f91f8ee802f852135c237aafe6e17c02e4439aa5.zip |
Merge branch 'master' into feature/stringfix
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 |