OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [linux/] [sys/] [features.h] - Rev 207

Compare with Previous | Blame | View Log

#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 */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.