mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-25 18:19:00 +02:00
.
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user