summaryrefslogtreecommitdiff
path: root/lib/lchown.h
blob: 46fa0ede047ff63a9246b23e840ae45dbd5de0ec (plain)
1
2
3
4
5
6
7
8
9
/* Some systems don't have ENOSYS.  */
#ifndef ENOSYS
# ifdef ENOTSUP
#  define ENOSYS ENOTSUP
# else
/* Some systems don't have ENOTSUP either.  */
#  define ENOSYS EINVAL
# endif
#endif