]> Dogcows Code - chaz/tar/blob - lib/lchown.h
(strtoll): Depend on HAVE_LONG_LONG, not HAVE_UNSIGNED_LONG_LONG.
[chaz/tar] / lib / lchown.h
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
This page took 0.034121 seconds and 4 git commands to generate.