source: rtems-schedsim/schedsim/rtems/sched_cpu/sys/features.h @ 2d51251

Last change on this file since 2d51251 was 2d51251, checked in by Jennifer Averett <jennifer.averett@…>, on 05/09/14 at 13:35:58

schedsim: Add smp support.

  • Property mode set to 100644
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.