1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(ENOTSUP): Define to EINVAL if not defined.

This commit is contained in:
Jim Meyering
2000-11-10 08:46:19 +00:00
parent b2a6e3f614
commit 2edf3e95db

View File

@@ -38,6 +38,9 @@
#ifndef errno #ifndef errno
extern int errno; extern int errno;
#endif #endif
#ifndef ENOTSUP
# define ENOTSUP EINVAL
#endif
#if HAVE_LIMITS_H #if HAVE_LIMITS_H
# include <limits.h> # include <limits.h>