Skip to content
Snippets Groups Projects
Commit d08589d0 authored by pmai's avatar pmai
Browse files

Added lockf64 for non linkage-table builds.

parent b3b71bb3
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. */ /* 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. */ /* Pick up all the syscalls. */
F(accept) F(accept)
...@@ -276,6 +276,7 @@ F(fstat64) ...@@ -276,6 +276,7 @@ F(fstat64)
F(lstat64) F(lstat64)
F(readdir64) F(readdir64)
F(statfs64) F(statfs64)
F(lockf64)
#endif #endif
#if defined(sparc) || defined(linux) #if defined(sparc) || defined(linux)
......
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