Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
876d7c84
Commit
876d7c84
authored
Apr 16, 2010
by
Mark Dickinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Keep confstr entries in alphabetical order.
parent
affec45a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Modules/posixmodule.c
Modules/posixmodule.c
+6
-6
No files found.
Modules/posixmodule.c
View file @
876d7c84
...
@@ -5986,6 +5986,12 @@ static struct constdef posix_constants_confstr[] = {
...
@@ -5986,6 +5986,12 @@ static struct constdef posix_constants_confstr[] = {
#ifdef _CS_ARCHITECTURE
#ifdef _CS_ARCHITECTURE
{
"CS_ARCHITECTURE"
,
_CS_ARCHITECTURE
},
{
"CS_ARCHITECTURE"
,
_CS_ARCHITECTURE
},
#endif
#endif
#ifdef _CS_GNU_LIBC_VERSION
{
"CS_GNU_LIBC_VERSION"
,
_CS_GNU_LIBC_VERSION
},
#endif
#ifdef _CS_GNU_LIBPTHREAD_VERSION
{
"CS_GNU_LIBPTHREAD_VERSION"
,
_CS_GNU_LIBPTHREAD_VERSION
},
#endif
#ifdef _CS_HOSTNAME
#ifdef _CS_HOSTNAME
{
"CS_HOSTNAME"
,
_CS_HOSTNAME
},
{
"CS_HOSTNAME"
,
_CS_HOSTNAME
},
#endif
#endif
...
@@ -6127,12 +6133,6 @@ static struct constdef posix_constants_confstr[] = {
...
@@ -6127,12 +6133,6 @@ static struct constdef posix_constants_confstr[] = {
#ifdef _MIPS_CS_VENDOR
#ifdef _MIPS_CS_VENDOR
{
"MIPS_CS_VENDOR"
,
_MIPS_CS_VENDOR
},
{
"MIPS_CS_VENDOR"
,
_MIPS_CS_VENDOR
},
#endif
#endif
#ifdef _CS_GNU_LIBC_VERSION
{
"CS_GNU_LIBC_VERSION"
,
_CS_GNU_LIBC_VERSION
},
#endif
#ifdef _CS_GNU_LIBPTHREAD_VERSION
{
"CS_GNU_LIBPTHREAD_VERSION"
,
_CS_GNU_LIBPTHREAD_VERSION
},
#endif
};
};
static
int
static
int
...
...
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