From 4a2c99757bc813c3e861da7e0c80104c8e7495e6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 28 Jan 2001 08:15:06 +0000 Subject: Update. 2001-01-28 Ulrich Drepper * posix/sched.h: Define sched_priority as __sched_priority. * sysdeps/generic/bits/sched.h (struct sched_param): Rename element to __sched_priority. * sysdeps/unix/sysv/linux/bits/sched.h: Likewise. --- bits/sched.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bits/sched.h') diff --git a/bits/sched.h b/bits/sched.h index 0c246c8f9a..17e8f84817 100644 --- a/bits/sched.h +++ b/bits/sched.h @@ -1,6 +1,6 @@ /* Definitions of constants and data structure for POSIX 1003.1b-1993 scheduling interface. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -31,5 +31,5 @@ /* Data structure to describe a process' schedulability. */ struct sched_param { - int sched_priority; + int __sched_priority; }; -- cgit v1.2.3