1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-28 10:04:18 +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
extern int errno;
#endif
#ifndef ENOTSUP
# define ENOTSUP EINVAL
#endif
#if HAVE_LIMITS_H
# include <limits.h>