From: Jim Meyering Date: Thu, 16 Jul 1998 23:23:05 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f33074adf6cfc8143338bd137669453d4607fdc;p=pspp . --- diff --git a/lib/lchown.h b/lib/lchown.h new file mode 100644 index 0000000000..25e4dac984 --- /dev/null +++ b/lib/lchown.h @@ -0,0 +1,9 @@ +/* Some systems don't have ENOSYS. */ +#ifndef ENOSYS +# ifdef ENOTSUP +# define ENOSYS ENOTSUP +# else +/* Some systems don't have ENOTSUP either. */ +# define ENOSYS ENOMSG +# endif +#endif