aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/linux.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-05-04 23:49:17 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-05-04 23:49:17 +0000
commitf9322c66d3cc06b011c087e6016c461d0e78648e (patch)
tree83f7eed5cd9d75e872593ee64b715d53e393c51b /src/include/port/linux.h
parentc73e186948288e60bbeb389fc250a34df2b4d33e (diff)
downloadpostgresql-f9322c66d3cc06b011c087e6016c461d0e78648e.tar.gz
postgresql-f9322c66d3cc06b011c087e6016c461d0e78648e.zip
Missed the __alpha__ to __alpha change...
From: David Gould <dg@illustra.com>
Diffstat (limited to 'src/include/port/linux.h')
-rw-r--r--src/include/port/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h
index e18e6fbaa8d..4ac6684ee79 100644
--- a/src/include/port/linux.h
+++ b/src/include/port/linux.h
@@ -12,7 +12,7 @@
#if defined(PPC)
typedef unsigned int slock_t;
-#elif defined(__alpha__)
+#elif defined(__alpha)
typedef long int slock_t;
#else /* i386 probably */