Skip to content

Commit

Permalink
* include/features.h (__GLIBC_MINOR__): Bump to 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Nov 13, 2008
1 parent b5449f8 commit f52bb4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion include/features.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit f52bb4d

Please sign in to comment.