Paul Eggert hace 27 años
padre
commit
8be2b02752
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      lib/lchown.h

+ 9 - 0
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