NetBSD/common/lib/libc
ryo 706088913a fix atomic_sub_*(). it was (delta - *ptr), should be (*ptr - delta).
changing shared macro doesn't effect other atomic_ops because
(*ptr [+|^] delta) and (delta [+|^] *ptr) have same result.

atomic_sub_*() haven't used because non standard API?
2019-02-06 05:33:14 +00:00
..
arch fix atomic_sub_*(). it was (delta - *ptr), should be (*ptr - delta). 2019-02-06 05:33:14 +00:00
atomic Include the C11 atomic builtin alias. 2016-02-27 19:20:01 +00:00
cdb mark parameter as unused. 2017-01-10 23:06:06 +00:00
gen Remove enclosing parens on return. 2014-08-22 17:19:48 +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 - use __unreachable() and move 'break's around to increase consistency 2019-02-04 22:07:41 +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