summaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
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