mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-05-09 20:11:17 +02:00
[rindex]: Don't redefine.
This commit is contained in:
@@ -22,7 +22,9 @@ char *malloc ();
|
||||
#endif
|
||||
#if defined(USG) || defined(STDC_HEADERS)
|
||||
#include <string.h>
|
||||
#ifndef rindex
|
||||
#define rindex strrchr
|
||||
#endif
|
||||
#else
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user