projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e68b5
)
typo fixed
author
c vw
<dl1ycf@darc.de>
Fri, 12 Jun 2020 12:57:21 +0000
(14:57 +0200)
committer
c vw
<dl1ycf@darc.de>
Fri, 12 Jun 2020 12:57:21 +0000
(14:57 +0200)
MacOS.h
patch
|
blob
|
history
diff --git
a/MacOS.h
b/MacOS.h
index ac745b252f0f7e907be3980e44d502f36e542a5a..be810a60a24de2c72303bc0bd382dde6345f5fdc 100644
(file)
--- a/
MacOS.h
+++ b/
MacOS.h
@@
-65,7
+65,7
@@
static inline int clock_nanosleep(clockid_t clock_id, int flags,
struct timespec now;
int rc;
- if (
clock_id
== TIMER_ABSTIME) {
+ if (
flags
== TIMER_ABSTIME) {
//
// sleep until point in the future
//