diff options
| author | David Xu <davidxu@FreeBSD.org> | 2006-03-08 00:34:54 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2006-03-08 00:34:54 +0000 |
| commit | 37fe71649583f17feacb378126ed01d9848e604e (patch) | |
| tree | cef1872c6458cfe6522badd9786b0bb8129acd26 /lib/librt | |
| parent | 88ca07e79adfe1a7a8703e07ba0f101058024bb1 (diff) | |
Notes
Diffstat (limited to 'lib/librt')
| -rw-r--r-- | lib/librt/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librt/timer.c b/lib/librt/timer.c index 4b50866f6adf..f02e7616bd1f 100644 --- a/lib/librt/timer.c +++ b/lib/librt/timer.c @@ -121,6 +121,7 @@ __timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) errno = err; return (-1); } + sn->sn_flags |= SNF_SYNC; sn->sn_dispatch = timer_dispatch; sn->sn_id = timer->oshandle; timer->node = sn; |
