diff options
Diffstat (limited to 'winsup/cygwin/lib/premain3.c')
-rw-r--r-- | winsup/cygwin/lib/premain3.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/lib/premain3.c b/winsup/cygwin/lib/premain3.c new file mode 100644 index 000000000..c5b99b918 --- /dev/null +++ b/winsup/cygwin/lib/premain3.c @@ -0,0 +1,14 @@ +/* premain3.c + + Copyright 2000 Red Hat, Inc. + +This file is part of Cygwin. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ + +void +cygwin_premain3(int argc, char **argv) +{ +} |