Module Name: src
Committed By: christos
Date: Wed Feb 8 16:13:40 UTC 2017
Modified Files:
src/lib/libc/include: reentrant.h
Log Message:
__empty is defined in <sys/cdefs.h>
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/include/reentrant.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/include/reentrant.h
diff -u src/lib/libc/include/reentrant.h:1.18 src/lib/libc/include/reentrant.h:1.19
--- src/lib/libc/include/reentrant.h:1.18 Tue Jan 20 13:31:25 2015
+++ src/lib/libc/include/reentrant.h Wed Feb 8 11:13:40 2017
@@ -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