From: Jim Meyering Date: Fri, 10 Nov 2000 08:46:19 +0000 (+0000) Subject: (ENOTSUP): Define to EINVAL if not defined. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785114fdd9b278db406dc01180acdd18d6431d9e;p=pspp (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