projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4aa3dc
)
(ENOTSUP): Define to EINVAL if not defined.
author
Jim Meyering
<jim@meyering.net>
Fri, 10 Nov 2000 08:46:19 +0000
(08:46 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 10 Nov 2000 08:46:19 +0000
(08:46 +0000)
lib/unicodeio.c
patch
|
blob
|
history
diff --git
a/lib/unicodeio.c
b/lib/unicodeio.c
index c753e3d509299d53e312e426a1be298544d0578a..3565dedd7529652b2e757120cbadd33914941a54 100644
(file)
--- a/
lib/unicodeio.c
+++ b/
lib/unicodeio.c
@@
-38,6
+38,9
@@
#ifndef errno
extern int errno;
#endif
+#ifndef ENOTSUP
+# define ENOTSUP EINVAL
+#endif
#if HAVE_LIMITS_H
# include <limits.h>