Initial revision.
[gnulib.git] / lib / lchown.h
1 /* Some systems don't have EOPNOTSUPP.  */
2 #ifndef EOPNOTSUPP
3 # ifdef ENOTSUP
4 #  define EOPNOTSUPP ENOTSUP
5 # else
6 /* Some systems don't have ENOTSUP either.  */
7 #  define EOPNOTSUPP EINVAL
8 # endif
9 #endif