From: Guido van Rossum Date: Tue, 30 Oct 1990 13:34:38 +0000 (+0000) Subject: Added prototype to declaration of strerror(). X-Git-Tag: v0.9.8~1134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f77e2d4f8cbb4de8405dd1d2d8c9272b1c9350a;p=thirdparty%2FPython%2Fcpython.git Added prototype to declaration of strerror(). --- diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index b4a1ff6efcfe..c2166dc829f4 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -29,7 +29,7 @@ #include "modsupport.h" #include "errors.h" -extern char *strerror(); +extern char *strerror PROTO((int)); #ifdef AMOEBA #define NO_LSTAT