Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8401f06e
Commit
8401f06e
authored
Sep 24, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Treat __s390x__ the same as __s390__. (taken from RPM patch set)
parent
2df4087a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/include/port/linux.h
src/include/port/linux.h
+1
-1
src/include/storage/s_lock.h
src/include/storage/s_lock.h
+2
-2
No files found.
src/include/port/linux.h
View file @
8401f06e
...
...
@@ -33,7 +33,7 @@ typedef unsigned int slock_t;
#define HAS_TEST_AND_SET
#elif defined(__s390__)
#elif defined(__s390__)
|| defined(__s390x__)
typedef
unsigned
int
slock_t
;
#define HAS_TEST_AND_SET
...
...
src/include/storage/s_lock.h
View file @
8401f06e
...
...
@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.9
3 2001/05/24 15:53:34 momjian
Exp $
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.9
4 2001/09/24 20:10:44 petere
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -162,7 +162,7 @@ tas(volatile slock_t *lock)
#endif
/* __arm__ */
#if defined(__s390__)
#if defined(__s390__)
|| defined(__s390x__)
/*
* S/390 Linux
*/
...
...
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