(ENOTSUP): Define to EINVAL if not defined.
authorJim Meyering <jim@meyering.net>
Fri, 10 Nov 2000 08:46:19 +0000 (08:46 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 10 Nov 2000 08:46:19 +0000 (08:46 +0000)
lib/unicodeio.c

index c753e3d..3565ded 100644 (file)
@@ -38,6 +38,9 @@
 #ifndef errno
 extern int errno;
 #endif
+#ifndef ENOTSUP
+# define ENOTSUP EINVAL
+#endif
 
 #if HAVE_LIMITS_H
 # include <limits.h>