diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-05-04 15:45:03 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-05-04 15:45:03 +0000 |
commit | 1d36bdcfa6da8a0551362c423e50fc62a260495b (patch) | |
tree | 7697aabf048125272eb967946597ed6ffe758577 /src/include/port/linux.h | |
parent | f8b4a25fd794d41b8c54a54a60e2680b853f125f (diff) | |
download | postgresql-1d36bdcfa6da8a0551362c423e50fc62a260495b.tar.gz postgresql-1d36bdcfa6da8a0551362c423e50fc62a260495b.zip |
Major screwed up s_lock patches...need to be fixed...
Diffstat (limited to 'src/include/port/linux.h')
-rw-r--r-- | src/include/port/linux.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h index 437ee723122..e18e6fbaa8d 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 */ @@ -33,14 +33,6 @@ typedef unsigned char slock_t; #endif #if defined(PPC) -#undef NEED_I386_TAS_ASM #undef HAVE_INT_TIMEZONE #endif -#if defined(sparc) -#undef NEED_I386_TAS_ASM -#endif - -#if defined(__alpha) -#undef NEED_I386_TAS_ASM -#endif |