2008-12-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/include/sys/features.h: Set RTEMS's _POSIX_MONOTONIC_CLOCK to
        200112L (SUSv3 compliance).
        Comment out RTEMS's _POSIX_SHARED_MEMORY_OBJECTS (Unsupported).
			
			
This commit is contained in:
		@@ -1,3 +1,9 @@
 | 
			
		||||
2008-12-12  Ralf Corsepius  <ralf.corsepius@rtems.org>
 | 
			
		||||
 | 
			
		||||
	* libc/include/sys/features.h: Set RTEMS's _POSIX_MONOTONIC_CLOCK to
 | 
			
		||||
	200112L (SUSv3 compliance).
 | 
			
		||||
	Comment out RTEMS's _POSIX_SHARED_MEMORY_OBJECTS (Unsupported).
 | 
			
		||||
 | 
			
		||||
2008-12-12  Ralf Corsepius  <ralf.corsepius@rtems.org>
 | 
			
		||||
 | 
			
		||||
	* libc/sys/rtems/crt0.c: Add stubs for getdents(), nanosleep(), 
 | 
			
		||||
 
 | 
			
		||||
@@ -38,12 +38,12 @@ extern "C" {
 | 
			
		||||
#define _POSIX_MEMLOCK_RANGE		1
 | 
			
		||||
#define _POSIX_MEMORY_PROTECTION	1
 | 
			
		||||
#define _POSIX_MESSAGE_PASSING		1
 | 
			
		||||
#define _POSIX_MONOTONIC_CLOCK		1
 | 
			
		||||
#define _POSIX_MONOTONIC_CLOCK		200112L
 | 
			
		||||
#define _POSIX_PRIORITIZED_IO		1
 | 
			
		||||
#define _POSIX_PRIORITY_SCHEDULING	1
 | 
			
		||||
#define _POSIX_REALTIME_SIGNALS		1
 | 
			
		||||
#define _POSIX_SEMAPHORES		1
 | 
			
		||||
#define _POSIX_SHARED_MEMORY_OBJECTS	1
 | 
			
		||||
/* #define _POSIX_SHARED_MEMORY_OBJECTS	1 */
 | 
			
		||||
#define _POSIX_SYNCHRONIZED_IO		1
 | 
			
		||||
#define _POSIX_TIMERS			1
 | 
			
		||||
#define _POSIX_BARRIERS                 200112L
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user