summaryrefslogtreecommitdiff
path: root/popt/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'popt/system.h')
-rw-r--r--popt/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/system.h b/popt/system.h
index 6f496ed5..a2dec861 100644
--- a/popt/system.h
+++ b/popt/system.h
@@ -75,7 +75,7 @@ void * alloca (size_t __size)
# else
# ifdef HAVE_ALLOCA
# ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
+char *alloca(size_t size);
# endif
# else
# ifdef alloca