(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 c753e3d509299d53e312e426a1be298544d0578a..3565dedd7529652b2e757120cbadd33914941a54 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>