summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2017-02-08 16:13:40 +0000
committerchristos <christos@NetBSD.org>2017-02-08 16:13:40 +0000
commitb24113aefdfeee22ecde2594e67daf5fa1aa97d4 (patch)
tree054290795125809c5fe643180001c57c5102ac31 /lib/libc/include
parentbda67e83a650f2284ca4af94a5ccb5775901f2df (diff)
__empty is defined in <sys/cdefs.h>
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/reentrant.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/include/reentrant.h b/lib/libc/include/reentrant.h
index 0850a49aff6..108ba30a697 100644
--- a/lib/libc/include/reentrant.h
+++ b/lib/libc/include/reentrant.h
@@ -1,4 +1,4 @@
-/* $NetBSD: reentrant.h,v 1.18 2015/01/20 18:31:25 christos Exp $ */
+/* $NetBSD: reentrant.h,v 1.19 2017/02/08 16:13:40 christos Exp $ */
/*-
* Copyright (c) 1997, 1998, 2003 The NetBSD Foundation, Inc.
@@ -278,9 +278,6 @@ __END_DECLS
#else /* _REENTRANT */
-#ifndef __empty
-#define __empty do {} while (/*CONSTCOND*/0)
-#endif
#define mutex_init(m, a) __empty
#define mutex_lock(m) __empty
#define mutex_trylock(m) __empty