Mercurial > hg > octave-lojdl > gnulib-hg
view lib/lchown.h @ 4335:3cb468809e1f
Upgrade to gettext-0.12.1.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 30 May 2003 13:19:52 +0000 |
parents | 557812846979 |
children | a535859efd14 |
line wrap: on
line source
/* 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