[PATCH] pthreadP.h Move THREAD_ATOMIC_BIT_SET define up
Steven Munroe <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Organization | IBM Linux Developement |
| Message-ID | <[email protected]> |
In pthreadP.h the conditional define for THREAD_ATOMIC_BIT_SET follows its first use in static inline __do_cancel. As only i386 and x86_64 define THREAD_ATOMIC_BIT_SET explicitly, this causes compile failures on other arches. 2003-04-15 Steven Munroe <[email protected]> * pthreadP.h [!THREAD_ATOMIC_BIT_SET] (THREAD_ATOMIC_BIT_SET): Move define before __do_cancel. -- Steven Munroe [email protected] Linux on PowerPC-64 Development GLIBC for PowerPC-64 Development