3 Copyright 1999, 2000, 2001 Red Hat, Inc.
5 This file is part of Cygwin.
7 This software is a copyrighted work licensed under the terms of the
8 Cygwin license. Please consult the file "CYGWIN_LICENSE" for
16 #endif /* __cplusplus */
19 * Function to return a Win32 HANDLE from a fd.
21 extern long get_osfhandle(int);
22 extern int setmode (int __fd
, int __mode
);
26 #endif /* __cplusplus */