Date: Mon, 9 Mar 1998 06:33:44 +1100 (EST) From: John Birrell <jb@cimlogic.com.au> To: dufault@hda.com (Peter Dufault) Cc: jb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/include sched.h Makefile Message-ID: <199803081933.GAA13364@cimlogic.com.au> In-Reply-To: <199803081046.FAA14518@hda.hda.com> from Peter Dufault at "Mar 8, 98 05:46:37 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Peter Dufault wrote: > That went in last week in posix4/sched.h and should be installed > in /usr/include when you build the system. Can you take yours back out? > The source for the scheduler is also in posix4/ksched.c and should > be hooked in shortly. Uh, sorry I didn't notice this. My understanding of POSIX 1003.1-1996 is that sched.h needs to end up in /usr/include. Half of what you have in posix4/sched.h just belongs in /usr/include/sched.h because it is for user-space user only. Then the #ifndef KERNEL would not be required and /usr/include/sched.h can include the part that is shared with the kernel. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803081933.GAA13364>