1
0
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:
Jim Meyering
1993-03-28 16:23:28 +00:00
parent c1c67d3295
commit a34d7ff0ac

View File

@@ -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