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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user