1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

Move __alpha to port/alpha.h.

This commit is contained in:
Bruce Momjian
1999-10-09 01:30:46 +00:00
parent df26ad5acc
commit 987b1b9e55
2 changed files with 6 additions and 5 deletions

View File

@@ -3,3 +3,9 @@
#define HAS_TEST_AND_SET #define HAS_TEST_AND_SET
#include <sys/mman.h> /* for msemaphore */ #include <sys/mman.h> /* for msemaphore */
typedef msemaphore slock_t; typedef msemaphore slock_t;
/* some platforms define __alpha, but not __alpha__ */
#if defined(__alpha) && !defined(__alpha__)
#define __alpha__
#endif

View File

@@ -1,7 +1,2 @@
/* some platforms define __alpha, but not __alpha__ */
#if defined(__alpha) && !defined(__alpha__)
#define __alpha__
#endif
%.so: %.o %.so: %.o
$(LD) -shared -expect_unresolved '*' -o $@ $< $(LD) -shared -expect_unresolved '*' -o $@ $<