Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
glibc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
glibc
Commits
78bd7499
Commit
78bd7499
authored
Aug 05, 2015
by
Carlos O'Donell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version.h and include/features.h for 2.22 release
parent
0d261f40
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
ChangeLog
ChangeLog
+6
-0
include/features.h
include/features.h
+1
-1
version.h
version.h
+2
-2
No files found.
ChangeLog
View file @
78bd7499
2015-08-05 Carlos O'Donell <carlos@systemhalted.org>
* version.h (RELEASE): Set to "stable".
(VERSION): Set to "2.22"
* include/features.h (__GLIBC_MINOR__): Set to 22.
2015-08-04 Chris Metcalf <cmetcalf@ezchip.com>
* sysdeps/tile/tilepro/bits/atomic.h (__atomic_update):
include/features.h
View file @
78bd7499
...
...
@@ -354,7 +354,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__ 2
1
#define __GLIBC_MINOR__ 2
2
#define __GLIBC_PREREQ(maj, min) \
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
...
...
version.h
View file @
78bd7499
/* This file just defines the current version number of libc. */
#define RELEASE "
development
"
#define VERSION "2.2
1.90
"
#define RELEASE "
stable
"
#define VERSION "2.2
2
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment