summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libiberty/src/xmalloc.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2003-12-25 18:02:30 +0000
committerespie <espie@openbsd.org>2003-12-25 18:02:30 +0000
commit707f648ce8b15b6aed5f71b443cb37c2030ccc52 (patch)
tree9ce3b2f75f86338ec8db3ecc79243f768dde6596 /gnu/lib/libiberty/src/xmalloc.c
parento can't TAILQ_FOREACH when we TAILQ_REMOVE in the loop (diff)
downloadwireguard-openbsd-707f648ce8b15b6aed5f71b443cb37c2030ccc52.tar.xz
wireguard-openbsd-707f648ce8b15b6aed5f71b443cb37c2030ccc52.zip
Automatic merge
Diffstat (limited to 'gnu/lib/libiberty/src/xmalloc.c')
-rw-r--r--gnu/lib/libiberty/src/xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libiberty/src/xmalloc.c b/gnu/lib/libiberty/src/xmalloc.c
index 4c8249ae70b..c3fe1a84f4d 100644
--- a/gnu/lib/libiberty/src/xmalloc.c
+++ b/gnu/lib/libiberty/src/xmalloc.c
@@ -68,7 +68,7 @@ function will be called to print an error message and terminate execution.
#include <stdio.h>
-#ifdef __STDC__
+#ifdef ANSI_PROTOTYPES
#include <stddef.h>
#else
#define size_t unsigned long