1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Move slock_t typdefs into s_lock.h from include/port files for

centralization and easier maintanence.
This commit is contained in:
Bruce Momjian
2003-12-23 03:31:30 +00:00
parent dcae5781d1
commit 69f2e9b0fc
25 changed files with 158 additions and 382 deletions

View File

@ -9,13 +9,6 @@
***************************************/
#define USE_UNIVEL_CC
#if defined(__ia64)
typedef unsigned int slock_t;
#else
typedef unsigned char slock_t;
#endif
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321
#endif