remove useless declarations in string.h
authorAlexander Monakov <amonakov@ispras.ru>
Mon, 3 Jul 2017 16:24:02 +0000 (19:24 +0300)
committerRich Felker <dalias@aerifal.cx>
Tue, 4 Jul 2017 21:04:21 +0000 (17:04 -0400)
commitbd00cc87819875882356298b6c6bdabc1700753f
treec9f106917cd16bd04357208228ffbfd120118d44
parentf3055e0163aad1cebb0867078643b36643c5d95f
remove useless declarations in string.h

The two functions str{,n}casecmp_l are specified to be declared in
<strings.h> which is already included from <string.h> under _GNU_SOURCE.
include/string.h