From owner-cvs-lib Tue May 5 15:10:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23151 for cvs-lib-outgoing; Tue, 5 May 1998 15:10:23 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22757; Tue, 5 May 1998 15:08:53 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA06349; Tue, 5 May 1998 15:06:16 -0700 (PDT) Date: Tue, 5 May 1998 15:06:16 -0700 (PDT) Message-Id: <199805052206.PAA06349@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/i386 SYS.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/05 15:06:16 PDT Modified files: lib/libc/i386 SYS.h Log: Build the syscalls (in libc, not libc_r) with weak symbols so that libpthread can override them as required. Revision Changes Path 1.12 +9 -3 src/lib/libc/i386/SYS.h