repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
[coreutils.git]
/
lib
/
lchown.h
blob
25e4dac98401a0095fe3867f4e4f3011445e5458
1
/* Some systems don't have ENOSYS. */
2
#ifndef ENOSYS
3
# ifdef ENOTSUP
4
# define ENOSYS ENOTSUP
5
# else
6
/* Some systems don't have ENOTSUP either. */
7
# define ENOSYS ENOMSG
8
# endif
9
#endif