Move __BEGIN_DECLS into the same ifdef as the __END_DECLS.

Reported by Arne H. Juul in PR lib/39331.
This commit is contained in:
martin 2008-08-10 10:19:19 +00:00
parent aef88f4580
commit 594e1c45dc
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sched.h,v 1.63 2008/07/02 19:44:10 rmind Exp $ */
/* $NetBSD: sched.h,v 1.64 2008/08/10 10:19:19 martin Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2002, 2007, 2008 The NetBSD Foundation, Inc.
@ -89,8 +89,9 @@ struct sched_param {
#define SCHED_FIFO 1
#define SCHED_RR 2
__BEGIN_DECLS
#if defined(_NETBSD_SOURCE)
__BEGIN_DECLS
/*
* Interface of CPU-sets.
*/