aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/linux.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-02-26 04:46:47 +0000
committerBruce Momjian <bruce@momjian.us>1998-02-26 04:46:47 +0000
commita32450a5855eed4bfd756ef292ee45d3c754665b (patch)
tree26735c3406d9f46d0f39accbe6ff1fb5cc5beedc /src/include/port/linux.h
parent757bf69a2e259c76baed94fa06e792664ab5ed67 (diff)
downloadpostgresql-a32450a5855eed4bfd756ef292ee45d3c754665b.tar.gz
postgresql-a32450a5855eed4bfd756ef292ee45d3c754665b.zip
pgindent run before 6.3 release, with Thomas' requested changes.
Diffstat (limited to 'src/include/port/linux.h')
-rw-r--r--src/include/port/linux.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h
index 727260a6d6e..1a7f74b8b98 100644
--- a/src/include/port/linux.h
+++ b/src/include/port/linux.h
@@ -12,18 +12,24 @@
#if defined(PPC)
typedef unsigned int slock_t;
+
#elif defined(__alpha__)
typedef long int slock_t;
+
#else
typedef unsigned char slock_t;
+
#endif
#if (__GLIBC__ >= 2)
-# ifdef HAVE_INT_TIMEZONE
-# undef HAVE_INT_TIMEZONE
-# endif
- /* currently undefined as I (teunis@computersupportcentre.com) have not
- checked this yet */
+#ifdef HAVE_INT_TIMEZONE
+#undef HAVE_INT_TIMEZONE
+#endif
+
+ /*
+ * currently undefined as I (teunis@computersupportcentre.com) have not
+ * checked this yet
+ */
/* #define HAVE_SIGSETJMP 1 */
#endif