From: Jim Meyering Date: Fri, 10 Nov 2000 08:46:19 +0000 (+0000) Subject: (ENOTSUP): Define to EINVAL if not defined. X-Git-Tag: FILEUTILS-4_0_32~29 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2edf3e95dbcd018f8ed4fbce5eeaab734a009f45;p=thirdparty%2Fcoreutils.git (ENOTSUP): Define to EINVAL if not defined. --- diff --git a/lib/unicodeio.c b/lib/unicodeio.c index c753e3d509..3565dedd75 100644 --- a/lib/unicodeio.c +++ b/lib/unicodeio.c @@ -38,6 +38,9 @@ #ifndef errno extern int errno; #endif +#ifndef ENOTSUP +# define ENOTSUP EINVAL +#endif #if HAVE_LIMITS_H # include