summaryrefslogtreecommitdiff
path: root/sched.h
diff options
context:
space:
mode:
authorrpj <rpj>1999-04-06 17:57:46 +0000
committerrpj <rpj>1999-04-06 17:57:46 +0000
commit7477362ce77eb4c8005b68ff64eb0e2a1d675d3f (patch)
tree0ded6129e5831f4bd94754e6e245094d199372ed /sched.h
parent451bb0670ddd5f5c0606410f2b5f51733119645d (diff)
Wed Apr 7 09:37:00 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* *.c (comments): Remove individual attributions - these are documented sufficiently elsewhere. * implement.h (pthread.h): Remove extraneous include.
Diffstat (limited to 'sched.h')
-rw-r--r--sched.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sched.h b/sched.h
index 77e91ad..2f498d3 100644
--- a/sched.h
+++ b/sched.h
@@ -25,8 +25,8 @@
* Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA
*/
-#if !defined( SCHED_H )
-#define SCHED_H
+#ifndef _SCHED_H
+#define _SCHED_H
#ifdef _MSC_VER
/*
@@ -70,4 +70,4 @@ int sched_get_priority_max (int policy);
#endif /* __cplusplus */
-#endif /* !SCHED_H */
+#endif /* !_SCHED_H */