NetBSD/common/lib/libc
roy 18d2bd2e00 rbtree: Add a define to mark function arguments as unused for non debug
This allows rbtree to be used outside of NetBSD without any compile
warnings and removes the need for the lint comment.
2019-03-08 09:14:54 +00:00
..
arch Add missing atomic_and_{8,16}_nv_cas.c for __sync_and_and_fetch_{1,2}. 2019-02-28 02:35:37 +00:00
atomic Fix return value. or_and_fetch should return new value. 2019-03-01 09:57:32 +00:00
cdb mark parameter as unused. 2017-01-10 23:06:06 +00:00
gen rbtree: Add a define to mark function arguments as unused for non debug 2019-03-08 09:14:54 +00:00
gmon fix infinite recursion through thr_getspecific 2016-02-28 02:56:39 +00:00
hash Import SHA-3 code into libc and libkern. 2017-11-30 05:47:24 +00:00
inet Avoid undefined behavior in an inet_addr.c 2018-07-26 00:20:41 +00:00
md Remove __P usage. 2012-03-20 16:21:41 +00:00
misc Fix kUBSan build with GCC7 2019-02-13 17:17:02 +00:00
net Lint seems to prefer that we cast via (void*) and not directly to 2012-03-21 20:02:56 +00:00
quad use explicit cast to pacify lint. 2012-12-07 15:41:02 +00:00
stdlib Fix ISO C compliance: strtol of "0xX" should give the largest valid 2017-07-06 21:08:44 +00:00
string use postincrement, like the patch 2018-10-15 19:32:48 +00:00
sys Avoid undefined behavior in an cpuset.c 2018-07-26 00:13:19 +00:00
Makefile.inc Register a new directory in common/lib/libc/misc 2018-08-03 03:35:17 +00:00