Still further tweaking of s_lock assembler: do not assume that leading

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a7ea9f46e17f7ff9fd665c11dcd4466749f4e8ea
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-01-20T00:03:55Z
Releases: 7.1.1
Still further tweaking of s_lock assembler: do not assume that leading
whitespace is unimportant in assembly code.  Also, move VAX definition
of typedef slock_t to port header files to be like all the other ports.
Note that netbsd.h and openbsd.h are now identical, and I rather think
that freebsd.h is broken in the places where it doesn't agree --- but
I'll leave it to the freebsders to look at that.

Files

PathChange+/−
src/include/port/freebsd.h modified +1 −0
src/include/port/openbsd.h modified +9 −5
src/include/storage/s_lock.h modified +60 −62