summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-12 16:51:15 +0100
committerBruno Haible <bruno@clisp.org>2023-01-12 16:51:15 +0100
commit2886cca8398f4c5a4d68368a19c0e6d0ff97c739 (patch)
treed6cd45115b52ff36fa55aa96dd87622de1bd5dfa /config
parentb95dc47291b5890653bc75169b1d38b5760ca1ea (diff)
downloadgnulib-2886cca8398f4c5a4d68368a19c0e6d0ff97c739.tar.gz
error: Work around an Android problem.
* lib/error.in.h: Renamed from lib/error.h. (_GL_ATTRIBUTE_SPEC_PRINTF_ERROR): New macro. (error): Consider HAVE_ERROR and REPLACE_ERROR. (error_at_line): Consider HAVE_ERROR_AT_LINE and REPLACE_ERROR_AT_LINE. * m4/error_h.m4: New file, partially based on m4/error.m4. * m4/error.m4 (gl_ERROR): Remove the test for error_at_line. * modules/error-h: New file. * modules/error (Files): Remove lib/error.h. (Depends-on): Add error-h. Update conditions. (configure.ac): Require gl_ERROR_H. Update condition. * doc/glibc-headers/error.texi: Mention the 'error-h' module. * doc/glibc-functions/error.texi: Mention the Android problem. * config/srclist.txt: Add comment regarding error.h.
Diffstat (limited to 'config')
-rw-r--r--config/srclist.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/srclist.txt b/config/srclist.txt
index bff6a02d8e..1ff4e6ec8d 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -125,7 +125,7 @@ $LIBCSRC time/mktime-internal.h lib
# https://sourceware.org/bugzilla/show_bug.cgi?id=321
#$LIBCSRC malloc/obstack.h lib gpl
#$LIBCSRC misc/error.c lib gpl
-#$LIBCSRC misc/error.h lib gpl
+#$LIBCSRC misc/error.h lib gpl (error.in.h in gnulib)
#$LIBCSRC misc/getpass.c lib gpl
#$LIBCSRC misc/mkstemp.c lib gpl
#$LIBCSRC posix/fnmatch.c lib gpl