summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 15:13:37 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 15:13:37 +0000
commit95e07778d4eca9c977f93bc3e5a4a770941d4924 (patch)
tree3607e315ac6c1ec7a140fd306dc5a28bb85e98fd /libthreads
parentd26e4dd74cedbc726f553c6743894b232a8330ba (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.c2
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>