1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00
This commit is contained in:
Jim Meyering
1994-10-01 04:15:13 +00:00
parent ea89a760d8
commit fe1ad4509c
+2 -2
View File
@@ -57,9 +57,9 @@ char *program_name;
#endif /* !_POSIX_VERSION */
#include <errno.h>
#if !defined (errno)
#ifndef errno
extern int errno;
#endif /* !errno */
#endif
#if !defined (STREQ)
# define STREQ(a, b) ((a)[0] == (b)[0] && strcmp (a, b) == 0)