Skip to content
Snippets Groups Projects
Commit b653d1e2 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix for linux/sparc.

parent 50644a22
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
#if defined(__i386__) #if defined(__i386__)
typedef unsigned char slock_t; typedef unsigned char slock_t;
#elif defined(__sparc__)
typedef unsigned char slock_t;
#elif defined(__powerpc__) #elif defined(__powerpc__)
typedef unsigned int slock_t; typedef unsigned int slock_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment