Changeset 0d0bc57be1657a2514de979adfc3438f8e9e3884
- Timestamp:
- 03/06/08 16:39:03
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1204821543 +0000
- git-parent:
[7de429d08625671e3471252391c6ef0bc9c5cf82]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1204821543 +0000
- Message:
don't build any of this stuff if we have semaphore.h working
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9a02263 |
r0d0bc57 |
|
| 38 | 38 | #include "noit_defines.h" |
|---|
| 39 | 39 | #include "utils/noit_sem.h" |
|---|
| | 40 | |
|---|
| | 41 | #ifdef BROKEN_SEM_INIT |
|---|
| 40 | 42 | #include <pthread.h> |
|---|
| 41 | 43 | #include <errno.h> |
|---|
| … | … | |
| 98 | 100 | } |
|---|
| 99 | 101 | |
|---|
| | 102 | #endif |
|---|