From b294d530d4c561f966837eff4cacda785bac019f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 16 Jul 1998 23:23:05 +0000 Subject: . --- lib/lchown.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/lchown.h (limited to 'lib/lchown.h') diff --git a/lib/lchown.h b/lib/lchown.h new file mode 100644 index 000000000..25e4dac98 --- /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 -- cgit v1.2.3-54-g00ecf