]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 1 Feb 2003 03:26:11 +0000 (03:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 1 Feb 2003 03:26:11 +0000 (03:26 +0000)
2003-01-31  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/bits/posix_opt.h: Remove
_POSIX_THREAD_PRIORITY_SCHEDULING.

nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h

index 9d9c68c7fad8a1c425a3e7bf5e2ec80f5acc032d..77f0984d1602a0dd6138db5cfa5aaad41a2b9d60 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-31  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/bits/posix_opt.h: Remove
+       _POSIX_THREAD_PRIORITY_SCHEDULING.
+
 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/pthread/pthread-functions.h (struct pthread_functions):
index 6dc1a77761a8cd3b4a001d767617ee58991ee041..32298f8744bd3efe12c45b187a8e2735cc681e26 100644 (file)
@@ -1,5 +1,5 @@
 /* Define POSIX options for Linux.
-   Copyright (C) 1996-2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1996-2001, 2002, 2003 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
@@ -73,9 +73,6 @@
 #define _POSIX_REENTRANT_FUNCTIONS      1
 #define _POSIX_THREAD_SAFE_FUNCTIONS   200112L
 
-/* We provide priority scheduling for threads.  */
-#define        _POSIX_THREAD_PRIORITY_SCHEDULING       200112L
-
 /* We support user-defined stack sizes.  */
 #define _POSIX_THREAD_ATTR_STACKSIZE   200112L
 
This page took 0.052408 seconds and 5 git commands to generate.