Skip to content
Snippets Groups Projects
Commit 3120869f authored by emarsden's avatar emarsden
Browse files

The getpwuid_r() etc symbols must be referenced for Linux builds on Alpha

(where there's no linkage-table yet).
parent 1f3edbf3
No related branches found
No related tags found
No related merge requests found
/* 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment