From da23829807c8e5f4c5a179a3fa693250f9d7f6c1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 27 Jan 2001 05:30:29 +0000 Subject: Update. * conform/conformtest.pl: Implement optional-element. Define $mustprepend{"sched.h"}. * conform/data/sched.h-data: Make sporadic scheduler definitions optional. * pwd/pwd.h: Don't define getpwent_r for XPG. --- conform/data/sched.h-data | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'conform/data/sched.h-data') diff --git a/conform/data/sched.h-data b/conform/data/sched.h-data index 4cc11efdc8..d4c5ae72cd 100644 --- a/conform/data/sched.h-data +++ b/conform/data/sched.h-data @@ -1,14 +1,14 @@ #ifndef ISO type {struct sched_param} element {struct sched_param} int sched_priority -element {struct sched_param} int sched_ss_low_priority -element {struct sched_param} {struct timespec} sched_ss_repl_period -element {struct sched_param} {struct timespec} sched_ss_init_budget -element {struct sched_param} int sched_ss_max_repl +optional-element {struct sched_param} int sched_ss_low_priority +optional-element {struct sched_param} {struct timespec} sched_ss_repl_period +optional-element {struct sched_param} {struct timespec} sched_ss_init_budget +optional-element {struct sched_param} int sched_ss_max_repl constant SCHED_FIFO constant SCHED_RR -constant SCHED_SPORADIC +optional-constant SCHED_SPORADIC constant SCHED_OTHER function int sched_get_priority_max (int) -- cgit v1.2.3