We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1b1db commit 7a2a7d4Copy full SHA for 7a2a7d4
src/backend/storage/buffer/s_lock.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.1 1997/12/30 04:03:01 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.2 1998/01/07 17:02:52 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -18,7 +18,6 @@
18
* to the assembly code involved.
19
20
21
-#if defined(__alpha__) && defined(linux)
22
23
#include <sys/types.h>
24
#include <sys/file.h>
@@ -38,6 +37,7 @@
38
37
#include "storage/ipc.h"
39
#include "storage/s_lock.h"
40
+#if defined(__alpha__) && defined(linux)
41
void S_LOCK(slock_t* lock)
42
{
43
do
@@ -61,5 +61,4 @@ void S_LOCK(slock_t* lock)
61
} while (_res != 0);
62
} while (0);
63
}
64
-
65
#endif
0 commit comments