source: trunk/libs/newlib/src/newlib/libc/sys/linux/sys/features.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 369 bytes
Line 
1#ifndef _SYS_FEATURES_H
2#define _SYS_FEATURES_H
3
4#include <bits/posix_opt.h>
5
6/* We do not support asynchronous I/O.  */
7#undef _POSIX_ASYNCHRONOUS_IO
8#undef _POSIX_ASYNC_IO
9#undef _LFS_ASYNCHRONOUS_IO
10#undef _LFS64_ASYNCHRONOUS_IO
11
12/* POSIX message queues are supported.  */
13#undef  _POSIX_MESSAGE_PASSING
14#define _POSIX_MESSAGE_PASSING 1
15
16#endif /* _SYS_FEATURES_H */
Note: See TracBrowser for help on using the repository browser.