From owner-cvs-lib Sun Mar 8 21:28:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03337 for cvs-lib-outgoing; Sun, 8 Mar 1998 21:28:33 -0800 (PST) (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 VAA03000; Sun, 8 Mar 1998 21:27:35 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA05744; Sun, 8 Mar 1998 21:09:44 -0800 (PST) Date: Sun, 8 Mar 1998 21:09:44 -0800 (PST) Message-Id: <199803090509.VAA05744@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/03/08 21:09:44 PST Modified files: lib/libc_r Makefile Log: Add lib/libc/include as an directory to search for header files. Change MACHINE references to MACHINE_ARCH. Declare the names of the syscalls that need to be renamed to allow for the functions that libc_r provides replacements for. This list used to be in lib/libc/sys/Makefile.inc, but has been moved here to keep that makefile tidy and remove the temptation for people to add things to the list without adding a libc_r replacement function. Revision Changes Path 1.7 +16 -3 src/lib/libc_r/Makefile