Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Use __nothing for empty macro
details: https://anonhg.NetBSD.org/src/rev/b019c79ede63
branches: trunk
changeset: 977803:b019c79ede63
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 01 21:00:20 2020 +0000
description:
Use __nothing for empty macro
diffstat:
sys/sys/sleeptab.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 200ab4d86977 -r b019c79ede63 sys/sys/sleeptab.h
--- a/sys/sys/sleeptab.h Sun Nov 01 20:58:38 2020 +0000
+++ b/sys/sys/sleeptab.h Sun Nov 01 21:00:20 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sleeptab.h,v 1.1 2020/11/01 20:55:15 christos Exp $ */
+/* $NetBSD: sleeptab.h,v 1.2 2020/11/01 21:00:20 christos Exp $ */
/*-
* Copyright (c) 2002, 2006, 2007, 2008, 2009, 2019, 2020
@@ -78,7 +78,7 @@
return mp;
}
-#define sleepq_destroy(a)
+#define sleepq_destroy(a) __nothing
#endif
Home |
Main Index |
Thread Index |
Old Index