Skip to content
Snippets Groups Projects
Commit 70d8bf6c authored by dtc's avatar dtc
Browse files

Using "times" now on Solaris.

parent b073c33f
Branches
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.19 1997/08/23 16:00:23 pw Exp $ */ /* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.20 1998/01/29 07:39:07 dtc Exp $ */
/* Pick up all the syscalls. */ /* Pick up all the syscalls. */
F(accept) F(accept)
...@@ -159,6 +159,9 @@ F(tcdrain) ...@@ -159,6 +159,9 @@ F(tcdrain)
F(tcflush) F(tcflush)
F(tcflow) F(tcflow)
#endif #endif
#if defined(SOLARIS)
F(times)
#endif
F(truncate) F(truncate)
F(umask) F(umask)
#if !defined(SUNOS) && !defined(parisc) && !defined(SOLARIS) \ #if !defined(SUNOS) && !defined(parisc) && !defined(SOLARIS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment