about summary refs log tree commit diff
path: root/locale/programs/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/programs/xmalloc.c')
-rw-r--r--locale/programs/xmalloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/programs/xmalloc.c b/locale/programs/xmalloc.c
index 2680b8a160..0a10fbccf2 100644
--- a/locale/programs/xmalloc.c
+++ b/locale/programs/xmalloc.c
@@ -1,5 +1,5 @@
 /* xmalloc.c -- malloc with out of memory checking
-   Copyright (C) 1990, 91, 92, 93, 94, 95 Free Software Foundation, Inc.
+   Copyright (C) 1990, 91, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -29,6 +29,7 @@
 
 #if STDC_HEADERS || _LIBC
 #include <stdlib.h>
+static VOID *fixup_null_alloc __P ((size_t n));
 #else
 VOID *calloc ();
 VOID *malloc ();