diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 15:13:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 15:13:37 +0000 |
commit | 95e07778d4eca9c977f93bc3e5a4a770941d4924 (patch) | |
tree | 3607e315ac6c1ec7a140fd306dc5a28bb85e98fd /libthreads | |
parent | d26e4dd74cedbc726f553c6743894b232a8330ba (diff) |
(_RWLOCK_DEFINE_FUNCTIONS): New macro; use in place of clearing
_EXTERN_INLINE, which conflicts with machine-sp.h.
Diffstat (limited to 'libthreads')
-rw-r--r-- | libthreads/rwlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libthreads/rwlock.c b/libthreads/rwlock.c index 3bdce434..6fcb08c4 100644 --- a/libthreads/rwlock.c +++ b/libthreads/rwlock.c @@ -2,5 +2,5 @@ #include <cthreads.h> -#define _EXTERN_INLINE /* Define the real functions. */ +#define _RWLOCK_DEFINE_FUNCTIONS /* Define the real functions. */ #include <rwlock.h> |