]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed declaration of sginap because it conflicted with a header file.
authorSjoerd Mullender <sjoerd@acm.org>
Wed, 11 Oct 1995 08:47:28 +0000 (08:47 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Wed, 11 Oct 1995 08:47:28 +0000 (08:47 +0000)
Modules/sgimodule.c

index 75a5746fef9a8d7fb708a8eaac8cc938aa8782c8..f19c511a8af67697d17416e95e2d0e4f874f60ea 100644 (file)
@@ -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;