From owner-cvs-lib Sun Mar 8 22:27:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA13647 for cvs-lib-outgoing; Sun, 8 Mar 1998 22:27:46 -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 WAA13532; Sun, 8 Mar 1998 22:27:30 -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 WAA06197; Sun, 8 Mar 1998 22:16:40 -0800 (PST) Date: Sun, 8 Mar 1998 22:16:40 -0800 (PST) Message-Id: <199803090616.WAA06197@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/03/08 22:16:40 PST Modified files: lib/libc Makefile Log: Add an include path to private linc/libc_r/libpthread header files. Define the HIDDEN_SYSCALLS macro as empty because libc doesn't have renamed syscalls. This avoids an undefined macro error when libc/sys/Makefile.inc goes to look though it. HIDDEN_SYSCALLS is used by the equivalent makefile to this one in lib/libc_r to list those syscalls that it needs to rename so that libc_r can provide replacement functions. Revision Changes Path 1.21 +7 -2 src/lib/libc/Makefile