|
9 | 9 | *
|
10 | 10 | *
|
11 | 11 | * IDENTIFICATION
|
12 |
| - * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.86 2001/01/24 19:43:28 momjian Exp $ |
| 12 | + * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.87 2001/02/02 18:21:59 momjian Exp $ |
13 | 13 | *
|
14 | 14 | *-------------------------------------------------------------------------
|
15 | 15 | */
|
@@ -112,7 +112,7 @@ extern void s_lock_sleep(unsigned spins, int microsec,
|
112 | 112 | */
|
113 | 113 |
|
114 | 114 |
|
115 |
| -#if defined(__i386__) |
| 115 | +#if defined(__i386__)&& !defined(__QNX__) |
116 | 116 | #defineTAS(lock) tas(lock)
|
117 | 117 |
|
118 | 118 | static __inline__int
|
|