]> sourceware.org Git - newlib-cygwin.git/commit
Synchronize <strings.h> with latest FreeBSD
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Tue, 4 Jul 2017 09:49:58 +0000 (11:49 +0200)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 5 Jul 2017 11:49:48 +0000 (13:49 +0200)
commit2390e71a4278308ba84d937a3fc5a9a10f1f7ecb
treeae6039310e6aa797bd7d7caab1b4b9ea9689a281
parentd736941a5198d43269c57170a4cdb4e87efa3297
Synchronize <strings.h> with latest FreeBSD

Include <strings.h> in <string.h> if __BSD_VISIBLE like on FreeBSD.
Remove redundant declarations from <string.h>.  Make ffsl(), ffsll(),
strncasecmp(), strcasecmp_l(), and strncasecmp_l() visible via
__BSD_VISIBLE instead of __GNU_VISIBLE.  Add fls(), flsl(), and flsll()
to <strings.h> if __BSD_VISIBLE.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
newlib/libc/include/string.h
newlib/libc/include/strings.h
This page took 0.029395 seconds and 5 git commands to generate.