Changeset 23eb4547791a903f1dff8004ffc01db1cc4c1699
- Timestamp:
- 19/12/07 21:42:12
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1198096932 +0000
- git-parent:
[d235db697e8200c8029ec73cc04e190cc25fca72]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1198096932 +0000
- Message:
Fix stupid logic
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbec377a |
r23eb454 |
|
| 77 | 77 | # undef CLOCK_MONOTONIC |
|---|
| 78 | 78 | # define CLOCK_MONOTONIC CLOCK_REALTIME |
|---|
| 79 | | # ifndef HAVE_CLOCK_NANOSLEEP |
|---|
| 80 | | # error We have quite a situation here! Fix me if it ever happens. |
|---|
| 81 | | # endif |
|---|
| | 79 | #elif !defined (HAVE_CLOCK_NANOSLEEP) |
|---|
| | 80 | /* Clock selection without clock in the first place, I don't think so. */ |
|---|
| | 81 | # error We have quite a situation here! Fix me if it ever happens. |
|---|
| 82 | 82 | #endif |
|---|
| 83 | 83 | |
|---|