File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/backend/storage/buffer Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
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 $
10
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.2 1998/01/07 17:02:52 scrappy Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
18
18
* to the assembly code involved.
19
19
*/
20
20
21
- #if defined(__alpha__ ) && defined(linux )
22
21
23
22
#include <sys/types.h>
24
23
#include <sys/file.h>
38
37
#include "storage/ipc.h"
39
38
#include "storage/s_lock.h"
40
39
40
+ #if defined(__alpha__ ) && defined(linux )
41
41
void S_LOCK (slock_t * lock )
42
42
{
43
43
do
@@ -61,5 +61,4 @@ void S_LOCK(slock_t* lock)
61
61
} while (_res != 0 );
62
62
} while (0 );
63
63
}
64
-
65
64
#endif
You can’t perform that action at this time.
0 commit comments