freebsd-dev/lib/libc/powerpc64/gen
Pedro F. Giffuni bf51882a09 libc: make some more use of the nitems() macro.
We have an nitems() macro in the <sys/param.h> header that is
convenient to re-use as it makes things easier to read.
Given that it is available already without adding additional
headers and other parts of libc already use it, extend a bit
more its use.
2016-04-16 17:52:00 +00:00
..
_ctx_start.S Ensure that every ENTRY(foo) has a matching END(foo). 2014-10-01 15:00:21 +00:00
_set_tp.c Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes warnings. 2015-09-20 04:59:01 +00:00
_setjmp.S Save and restore non-volatile floating-point registers during longjmp(). 2015-03-08 19:37:08 +00:00
fabs.S Ensure that every ENTRY(foo) has a matching END(foo). 2014-10-01 15:00:21 +00:00
flt_rounds.c
fpgetmask.c
fpgetround.c
fpgetsticky.c
fpsetmask.c
fpsetround.c
infinity.c Make unions in PowerPC libc endian-safe. 2016-02-26 20:38:23 +00:00
makecontext.c
Makefile.inc Remove duplicate copies of trivial getcontextx.c 2015-01-12 18:13:38 +00:00
setjmp.S Save and restore non-volatile floating-point registers during longjmp(). 2015-03-08 19:37:08 +00:00
signalcontext.c
sigsetjmp.S Save and restore non-volatile floating-point registers during longjmp(). 2015-03-08 19:37:08 +00:00
syncicache.c libc: make some more use of the nitems() macro. 2016-04-16 17:52:00 +00:00