From owner-freebsd-hackers Tue Nov 28 04:39:11 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA02959 for hackers-outgoing; Tue, 28 Nov 1995 04:39:11 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id EAA02954 for ; Tue, 28 Nov 1995 04:39:02 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id XAA29063; Tue, 28 Nov 1995 23:38:01 +1100 Date: Tue, 28 Nov 1995 23:38:01 +1100 From: Bruce Evans Message-Id: <199511281238.XAA29063@godzilla.zeta.org.au> To: cimaxp1!jb@werple.net.au, hackers@FreeBSD.org Subject: Re: Where is the prototype for __syscall? Cc: jb@cimlogic.com.au Sender: owner-hackers@FreeBSD.org Precedence: bulk >I'm trying to get a clean compile of libc with gcc -Wall and I can't find >a function prototype for __syscall. Where should it be? Next to the one for syscall() in unistd.h. Bruce