Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 28 Jan 2001 20:33:02 +0000 (20:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 28 Jan 2001 20:33:02 +0000 (20:33 +0000)
* conform/data/spawn.h-data: Allow all of <sched.h>.

ChangeLog
conform/data/spawn.h-data

index 70fe87d..c0b80b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-01-28  Ulrich Drepper  <drepper@redhat.com>
 
+       * conform/data/spawn.h-data: Allow all of <sched.h>.
+
        * sysdeps/ia64/fpu/fraiseexcpt.c: Include <float.h>.  Removed
        unused variable.
 
index 5d59dec..8afca02 100644 (file)
@@ -31,6 +31,7 @@ function int posix_spawn_file_actions_init (posix_spawn_file_actions_t*)
 function int posix_spawn (pid_t*, const char*, const posix_spawn_file_actions_t*, const posix_spawnattr_t*, char *const[], char *const[]);
 function int posix_spawnp (pid_t*, const char*, const posix_spawn_file_actions_t*, const posix_spawnattr_t*, char *const[], char *const[]);
 
+allow-header sched.h
 allow-header signal.h
 allow-header sys/types.h
 #endif