summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--modules/openat1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a1758037d8..937f8f1de0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-09-06 Bruno Haible <bruno@clisp.org>
+ * modules/openat (configure.ac): Remove unneeded witness.
+
+2009-09-06 Bruno Haible <bruno@clisp.org>
+
Set errno to ENOSYS when a function is entirely unsupported.
* lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
EOPNOTSUPP.
diff --git a/modules/openat b/modules/openat
index e1dda710f5..276882b5a9 100644
--- a/modules/openat
+++ b/modules/openat
@@ -35,7 +35,6 @@ unistd
configure.ac:
gl_FUNC_OPENAT
-gl_MODULE_INDICATOR([openat])
Makefile.am: