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

features.h « sys « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34cd0eb8057407898becc3ee4b8d6031d1b3592d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _SYS_FEATURES_H
#define _SYS_FEATURES_H

#include <bits/posix_opt.h>

/* We do not support asynchronous I/O.  */
#undef _POSIX_ASYNCHRONOUS_IO
#undef _POSIX_ASYNC_IO
#undef _LFS_ASYNCHRONOUS_IO
#undef _LFS64_ASYNCHRONOUS_IO

/* POSIX message queues are supported.  */
#undef	_POSIX_MESSAGE_PASSING
#define	_POSIX_MESSAGE_PASSING 1

#endif /* _SYS_FEATURES_H */