mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
@@ -821,7 +821,6 @@ extern int tas(volatile slock_t *lock); /* in port/.../tas.s, or
|
||||
#define TAS_SPIN(lock) TAS(lock)
|
||||
#endif /* TAS_SPIN */
|
||||
|
||||
extern PGDLLIMPORT slock_t dummy_spinlock;
|
||||
|
||||
/*
|
||||
* Platform-independent out-of-line support routines
|
||||
|
||||
Reference in New Issue
Block a user