mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* include/features.h (__GLIBC_MINOR__): Bump to 9.
This commit is contained in:
parent
b5449f8a11
commit
f52bb4d77e
@ -1,6 +1,7 @@
|
||||
2008-11-13 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* version.h: Bump for 2.9 release.
|
||||
* include/features.h (__GLIBC_MINOR__): Bump to 9.
|
||||
|
||||
[BZ #7029]
|
||||
* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
|
||||
|
@ -311,7 +311,7 @@
|
||||
/* Major and minor version number of the GNU C library package. Use
|
||||
these macros to test for features in specific releases. */
|
||||
#define __GLIBC__ 2
|
||||
#define __GLIBC_MINOR__ 8
|
||||
#define __GLIBC_MINOR__ 9
|
||||
|
||||
#define __GLIBC_PREREQ(maj, min) \
|
||||
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
|
||||
|
Loading…
Reference in New Issue
Block a user