summaryrefslogtreecommitdiff
path: root/lib/stdlib.in.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-05-05 15:36:33 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-05-05 15:37:40 -0700
commit9007e10a0fc94190404c6a988f7d52d162901940 (patch)
treebec4b170622a185f9feacde07e864f32c7ca71b2 /lib/stdlib.in.h
parent7e9d364b663613fd907f92de31e996463ef7d03c (diff)
downloademacs-9007e10a0fc94190404c6a988f7d52d162901940.tar.gz
emacs-9007e10a0fc94190404c6a988f7d52d162901940.tar.bz2
emacs-9007e10a0fc94190404c6a988f7d52d162901940.zip
Gnulib update via admin/merge-gnulib
Diffstat (limited to 'lib/stdlib.in.h')
-rw-r--r--lib/stdlib.in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h
index d52c2f79638..a86643c3ca3 100644
--- a/lib/stdlib.in.h
+++ b/lib/stdlib.in.h
@@ -184,7 +184,11 @@ _GL_WARN_ON_USE (_Exit, "_Exit is unportable - "
# undef free
# define free rpl_free
# endif
+# if defined __cplusplus && (__GLIBC__ + (__GLIBC_MINOR__ >= 14) > 2)
+_GL_FUNCDECL_RPL (free, void, (void *ptr) throw ());
+# else
_GL_FUNCDECL_RPL (free, void, (void *ptr));
+# endif
_GL_CXXALIAS_RPL (free, void, (void *ptr));
# else
_GL_CXXALIAS_SYS (free, void, (void *ptr));