From 3120869f325d58b717c8c55bed652989d76b330d Mon Sep 17 00:00:00 2001 From: emarsden <emarsden> Date: Tue, 18 Feb 2003 18:37:26 +0000 Subject: [PATCH] The getpwuid_r() etc symbols must be referenced for Linux builds on Alpha (where there's no linkage-table yet). --- lisp/undefineds.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/undefineds.h b/lisp/undefineds.h index 76c26685b..048faeadc 100644 --- a/lisp/undefineds.h +++ b/lisp/undefineds.h @@ -1,5 +1,5 @@ /* Routines that must be linked into the core for lisp to work. */ -/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.29 2002/11/19 13:17:15 toy Exp $ */ +/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.30 2003/02/18 18:37:26 emarsden Exp $ */ /* Pick up all the syscalls. */ F(accept) @@ -268,7 +268,7 @@ D(tzname) D(errno) #endif -#if defined(sparc) +#if defined(sparc) || defined(linux) F(getpwnam_r) F(getpwuid_r) F(getgrnam_r) -- GitLab