artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ec521
)
debug level test for clock_gettime() calls should match
author
jsg
<jsg@openbsd.org>
Sun, 10 Aug 2014 09:11:07 +0000
(09:11 +0000)
committer
jsg
<jsg@openbsd.org>
Sun, 10 Aug 2014 09:11:07 +0000
(09:11 +0000)
ok ratchov@
lib/libsndio/sio.c
patch
|
blob
|
history
diff --git
a/lib/libsndio/sio.c
b/lib/libsndio/sio.c
index
74e8587
..
aaee700
100644
(file)
--- a/
lib/libsndio/sio.c
+++ b/
lib/libsndio/sio.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sio.c,v 1.1
7 2014/03/05 20:40:49 ratchov Exp $
*/
+/* $OpenBSD: sio.c,v 1.1
8 2014/08/10 09:11:07 jsg Exp $
*/
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@
-390,7
+390,7
@@
sio_revents(struct sio_hdl *hdl, struct pollfd *pfd)
#ifdef DEBUG
struct timespec ts0, ts1;
- if (_sndio_debug >=
2
)
+ if (_sndio_debug >=
4
)
clock_gettime(CLOCK_MONOTONIC, &ts0);
#endif
if (hdl->eof)