From a2c3c5dab4e3b732ed573236d3a5d8a9ea6145c1 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 17 Jun 2009 16:47:02 +0000 Subject: 2009-06-17 Michael Eager * libc/include/pthread.h: Support XMK (Xilinx) BSP, add RTEMS to PTHREAD_MUTEX_NORMAL. * libc/include/sys/features.h: Same. * libc/include/sys/types.h: Same. --- newlib/libc/include/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include/pthread.h') diff --git a/newlib/libc/include/pthread.h b/newlib/libc/include/pthread.h index de61bf535..8dc787244 100644 --- a/newlib/libc/include/pthread.h +++ b/newlib/libc/include/pthread.h @@ -44,7 +44,7 @@ extern "C" { NOTE: RTEMS does not provide pthread_atfork(). */ -#if !defined(__rtems__) +#if !defined(__rtems__) && !defined(__XMK__) #warning "Add pthread_atfork() prototype" #endif -- cgit v1.2.3