Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
ff77befb
Commit
ff77befb
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Move __alpha to port/alpha.h.
parent
16b996d1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/port/alpha.h
+6
-0
6 additions, 0 deletions
src/include/port/alpha.h
src/makefiles/Makefile.alpha
+0
-5
0 additions, 5 deletions
src/makefiles/Makefile.alpha
with
6 additions
and
5 deletions
src/include/port/alpha.h
+
6
−
0
View file @
ff77befb
...
...
@@ -3,3 +3,9 @@
#define HAS_TEST_AND_SET
#include
<sys/mman.h>
/* for msemaphore */
typedef
msemaphore
slock_t
;
/* some platforms define __alpha, but not __alpha__ */
#if defined(__alpha) && !defined(__alpha__)
#define __alpha__
#endif
This diff is collapsed.
Click to expand it.
src/makefiles/Makefile.alpha
+
0
−
5
View file @
ff77befb
/*
some
platforms
define
__alpha, but not __alpha__ */
#if defined(__alpha) && !defined(__alpha__)
#define __alpha__
#endif
%.so
:
%.o
$(
LD
)
-shared
-expect_unresolved
'*'
-o
$@
$<
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment