projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e0c95
)
.
author
Jim Meyering
<jim@meyering.net>
Thu, 16 Jul 1998 23:23:05 +0000
(23:23 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 16 Jul 1998 23:23:05 +0000
(23:23 +0000)
lib/lchown.h
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/lchown.h
b/lib/lchown.h
new file mode 100644
(file)
index 0000000..
25e4dac
--- /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