summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Mullender <sjoerd@acm.org>1995-10-11 08:47:28 (GMT)
committerSjoerd Mullender <sjoerd@acm.org>1995-10-11 08:47:28 (GMT)
commit7d0590b544283c2adada7c289616bb4971d4159d (patch)
treed97d02c0100fb9620d18b39a9658f7fd82caf2df
parent4237efc7f09d3c878cb04dba8cbb0837b4582611 (diff)
downloadcpython-7d0590b544283c2adada7c289616bb4971d4159d.zip
cpython-7d0590b544283c2adada7c289616bb4971d4159d.tar.gz
cpython-7d0590b544283c2adada7c289616bb4971d4159d.tar.bz2
Removed declaration of sginap because it conflicted with a header file.
-rw-r--r--Modules/sgimodule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/sgimodule.c b/Modules/sgimodule.c
index 75a5746..f19c511 100644
--- a/Modules/sgimodule.c
+++ b/Modules/sgimodule.c
@@ -34,8 +34,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <unistd.h>
#include <fcntl.h>
-extern int sginap(long);
-
static object *
sgi_nap(self, args)
object *self;