Merge pull request #297 from t-b/upgrade_msys_openssl_101m
[msysgit.git] / include / fcntl.h
blob774966e9a85eee84f17df5f77f7addfec247f249
1 /* fcntl.h
3 Copyright 1996, 1998, 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
9 details. */
11 #ifndef _FCNTL_H
12 #define _FCNTL_H
14 #include <sys/fcntl.h>
15 #define O_NDELAY _FNDELAY
17 #endif /* _FCNTL_H */