Skip to content
Snippets Groups Projects
Commit 437c5d1f authored by toy's avatar toy
Browse files

Add getcwd.

parent 0c1321a6
Branches
Tags
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.26 2002/05/06 18:02:05 pmai Exp $ */ /* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.27 2002/10/27 23:01:10 toy Exp $ */
/* Pick up all the syscalls. */ /* Pick up all the syscalls. */
F(accept) F(accept)
...@@ -242,6 +242,7 @@ F(dlerror) ...@@ -242,6 +242,7 @@ F(dlerror)
#if !defined (SOLARIS) || defined(SOLARIS25) #if !defined (SOLARIS) || defined(SOLARIS25)
F(getwd) F(getwd)
F(getcwd)
#endif #endif
F(ttyname) F(ttyname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment