Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fcntl.h « include « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90cfab0d4bd61aabae6885e691de7798d15caa12 (plain)
1
2
3
4
5
6
7
#ifndef _FCNTL_H
#define _FCNTL_H

#include <sys/fcntl.h>
#define O_NDELAY	_FNDELAY

#endif /* _FCNTL_H */