diff options
-rw-r--r-- | popt/system.h | 2 |
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 |