diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-06-17 16:47:02 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-06-17 16:47:02 +0000 |
commit | a2c3c5dab4e3b732ed573236d3a5d8a9ea6145c1 (patch) | |
tree | 71c5bc550f8b2b45f081c238c1ca0e5fcde7dd60 /newlib/libc/include/pthread.h | |
parent | de8c9afd7a31705927e010bfdbc692349ce342b7 (diff) | |
download | cygnal-a2c3c5dab4e3b732ed573236d3a5d8a9ea6145c1.tar.gz cygnal-a2c3c5dab4e3b732ed573236d3a5d8a9ea6145c1.tar.bz2 cygnal-a2c3c5dab4e3b732ed573236d3a5d8a9ea6145c1.zip |
2009-06-17 Michael Eager <eager@eagercon.com>
* 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.
Diffstat (limited to 'newlib/libc/include/pthread.h')
-rw-r--r-- | newlib/libc/include/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |