mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy.
This commit is contained in:
parent
66a7013c5c
commit
37273177be
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ have any value except INVALID_SOCKET.
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef __sgi
|
||||
/* This is missing from unistd.h */
|
||||
extern void bzero();
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue