diff options
Diffstat (limited to 'winsup/mingw/CRTfmode.c')
-rw-r--r-- | winsup/mingw/CRTfmode.c | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/winsup/mingw/CRTfmode.c b/winsup/mingw/CRTfmode.c index c3f2a444c..bf750d94e 100644 --- a/winsup/mingw/CRTfmode.c +++ b/winsup/mingw/CRTfmode.c @@ -1,19 +1,15 @@ /* * CRTfmode.c + * This file has no copyright assigned and is placed in the Public Domain. + * This file is a part of the mingw-runtime package. + * No warranty is given; refer to the file DISCLAIMER within the package. * - * Sets _CRT_fmode to be zero, which will cause _mingw32_init_fmode to leave - * all file modes in their default state (basically text mode). + * Include this object to set _CRT_fmode to a state that will cause + * _mingw32_init_fmode to leave all file modes in their default state + * (basically text mode). * - * This file is part of the Mingw32 package. - * - * THIS FILE IS IN THE PUBLIC DOMAIN. - * - * Contributers: - * Created by Colin Peters <colin@fu.is.saga-u.ac.jp> - * - * $Revision$ - * $Author$ - * $Date$ + * To use this object include the object file in your link command: + * gcc -o foo.exe foo.o CRTfmode.o * */ |