Kaydet (Commit) 37273177 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy.

üst 66a7013c
...@@ -43,6 +43,11 @@ have any value except INVALID_SOCKET. ...@@ -43,6 +43,11 @@ have any value except INVALID_SOCKET.
#include <unistd.h> #include <unistd.h>
#endif #endif
#ifdef __sgi
/* This is missing from unistd.h */
extern void bzero();
#endif
#include <sys/types.h> #include <sys/types.h>
#ifdef MS_WINDOWS #ifdef MS_WINDOWS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment