diff options
author | 2016-03-15 05:03:11 +0000 | |
---|---|---|
committer | 2016-03-15 05:03:11 +0000 | |
commit | 4d3ec93064cf2a2dab669ce2e949c0bae369a120 (patch) | |
tree | 73a21fcef5c9d9b7c5020edfe48d6b586326a182 /lib/libc | |
parent | Remove now unused legacy uiomovei() function. (diff) | |
download | wireguard-openbsd-4d3ec93064cf2a2dab669ce2e949c0bae369a120.tar.xz wireguard-openbsd-4d3ec93064cf2a2dab669ce2e949c0bae369a120.zip |
o remove legacy code that defines abs(3) if it isn't available
o inline an ugly and potentially risky macro of the form:
#define x if (a) b; else
o fix a >21 y.o. bug resulting from someone writing:
puts("[nothing to parse], stdout");
when they meant:
fputs("[nothing to parse]", stdout);
ok canacar@
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions