]> Savannah Git Hosting - gnulib.git/commit
Fix clang errors "different exception specifier" (regr. 2023-09-04).
authorBruno Haible <bruno@clisp.org>
Sun, 10 Sep 2023 21:33:41 +0000 (23:33 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 10 Sep 2023 21:33:41 +0000 (23:33 +0200)
commitafd0db41c354444438a53e3d82dd6815c27fdca1
tree0e3e370b4ca9d48fe45b3862f6cd2128b3a0095a
parent78b62f8320f8dffb813222c1480563ed14251ca3
Fix clang errors "different exception specifier" (regr. 2023-09-04).

* lib/malloc.in.h (memalign): Don't use _GL_ATTRIBUTE_NOTHROW on
platforms other than glibc systems.
* lib/stdio.in.h (fdopen): Likewise.
* lib/stdlib.in.h (aligned_alloc, calloc, canonicalize_file_name,
malloc, realloc): Likewise.
* lib/string.in.h (strdup, strndup): Likewise.
* lib/sys_stat.in.h (getumask): Likewise.
* lib/wchar.in.h (wcsdup): Likewise.
ChangeLog
lib/malloc.in.h
lib/stdio.in.h
lib/stdlib.in.h
lib/string.in.h
lib/sys_stat.in.h
lib/wchar.in.h