From d08589d08e256a60fe0250409a3cb1b6bf782191 Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Mon, 3 Mar 2003 18:40:58 +0000 Subject: [PATCH] Added lockf64 for non linkage-table builds. --- lisp/undefineds.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/undefineds.h b/lisp/undefineds.h index 02b5dd721..0f714fa81 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.31 2003/03/02 16:13:38 emarsden Exp $ */ +/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.32 2003/03/03 18:40:58 pmai Exp $ */ /* Pick up all the syscalls. */ F(accept) @@ -276,6 +276,7 @@ F(fstat64) F(lstat64) F(readdir64) F(statfs64) +F(lockf64) #endif #if defined(sparc) || defined(linux) -- GitLab