X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Flchown.h;h=d4824b171e6e720bf0935777e4f6f20f19556030;hb=1c01f30b6b6a4b087e613f7122095058bfa36c54;hp=46fa0ede047ff63a9246b23e840ae45dbd5de0ec;hpb=55123888f74b3dd365bff9033ca2cc57d3e8b54a;p=gnulib.git diff --git a/lib/lchown.h b/lib/lchown.h index 46fa0ede0..d4824b171 100644 --- a/lib/lchown.h +++ b/lib/lchown.h @@ -1,9 +1,9 @@ -/* Some systems don't have ENOSYS. */ -#ifndef ENOSYS +/* Some systems don't have EOPNOTSUPP. */ +#ifndef EOPNOTSUPP # ifdef ENOTSUP -# define ENOSYS ENOTSUP +# define EOPNOTSUPP ENOTSUP # else /* Some systems don't have ENOTSUP either. */ -# define ENOSYS EINVAL +# define EOPNOTSUPP EINVAL # endif #endif