From d480547e995bccb6c33a166869897dd396357cef Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 22 Jan 1999 14:14:28 +0000 Subject: Update. * sysdeps/gnu/errlist.awk: Mark ENOTSUP as alias for EOPNOTSUPP. --- sysdeps/gnu/errlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/gnu/errlist.c') diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c index 80a7c88dc5..c718773d52 100644 --- a/sysdeps/gnu/errlist.c +++ b/sysdeps/gnu/errlist.c @@ -574,7 +574,7 @@ TRANS particular function will always fail with @code{ENOSYS} unless you TRANS install a new version of the C library or the operating system. */ [ERR_REMAP (ENOSYS)] = N_("Function not implemented"), #endif -#ifdef ENOTSUP +#if defined (ENOTSUP) && ENOTSUP != EOPNOTSUPP /* TRANS Not supported. A function returns this error when certain parameter TRANS values are valid, but the functionality they request is not available. -- cgit v1.2.1