Zack Weinberg 7b037c095e Clean up redundancies between string.h and strings.h.
* string/string.h [__USE_MISC]: Include strings.h.
	(__bzero, bcmp, bcopy, bzero, index, rindex)
	(strcasecmp, strncasecmp, strcasecmp_l, strncasecmp_l)
	(ffs, ffsl, ffsll): Don't declare.

	* string/strings.h: Do not suppress the file if string.h has
	already been included.
	(bcmp, bcopy, bzero, strcasecmp, strncasecmp): Add __nonnull
	annotations.
	(index, rindex): Define inline forwarders even if
	__CORRECT_ISO_CPP_STRING_H_PROTO is defined.
	(ffs): Use __attribute_const__.
	(ffsl, ffsll): Declare here.
	(strcasecmp_l, strncasecmp_l): Correct comments; these functions
	have now been standardized.

	* include/string.h (__bzero): Declare here.
2017-02-16 17:02:50 -05:00
..
2017-02-16 09:43:50 -05:00
2014-11-24 15:03:45 +05:30
2013-09-04 20:47:21 +00:00
2016-10-28 22:40:16 -04:00
2015-10-15 14:15:41 -07:00
2015-10-15 14:13:50 -07:00
2014-11-24 15:03:45 +05:30
2017-02-05 20:58:43 +05:30
2015-09-15 20:36:50 +00:00
2016-12-21 01:48:27 +00:00
2015-06-12 10:10:18 +00:00
2015-10-15 14:22:25 -07:00
2016-06-04 09:19:09 +02:00