diff options
| author | Tom Lane | 2002-05-05 00:03:29 +0000 |
|---|---|---|
| committer | Tom Lane | 2002-05-05 00:03:29 +0000 |
| commit | 72a3902a664c7fbceb2034e28e444b28f96fa717 (patch) | |
| tree | ff42e4494af6ea1c1cdf524f3feb5fc670217f0c /src/template/darwin | |
| parent | 91fc10fdacfcbadc123fd9d8ee16a4568f8c636b (diff) | |
Create an internal semaphore API that is not tied to SysV semaphores.
As proof of concept, provide an alternate implementation based on POSIX
semaphores. Also push the SysV shared-memory implementation into a
separate file so that it can be replaced conveniently.
Diffstat (limited to 'src/template/darwin')
| -rw-r--r-- | src/template/darwin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/template/darwin b/src/template/darwin index 9685f4840a9..3c9f0cbe8dc 100644 --- a/src/template/darwin +++ b/src/template/darwin @@ -1,3 +1,6 @@ # -traditional-cpp means "don't use apple's cpp-precomp" on darwin # this should change to -no-cpp-precomp when that flag is implemented CC="$CC -traditional-cpp" + +# Select appropriate semaphore support +USE_NAMED_POSIX_SEMAPHORES=1 |
