Skip to content
Snippets Groups Projects
Commit 399be910 authored by dtc's avatar dtc
Browse files

No setquota on linux.

parent 2a711c96
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.11 1997/02/18 01:22:20 dtc Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.12 1997/02/18 05:02:08 dtc Exp $ */
/* Pick up all the syscalls. */
accept,
......@@ -110,7 +110,7 @@ setpgrp,
#if !defined(SVR4) || defined(SOLARIS25)
setpriority,
#endif
#if !defined(mach) && !defined(SOLARIS) && !defined(__FreeBSD__)
#if !defined(mach) && !defined(SOLARIS) && !defined(__FreeBSD__) && !defined(__linux__)
setquota,
#endif
#if !defined(hpux) && !defined(SVR4) || defined(SOLARIS25)
......
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