diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2016-01-12 11:57:04 -0800 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2016-01-12 11:57:04 -0800 |
commit | 8918502fcd23243ea01bfc23949b6c320049104c (patch) | |
tree | 06f797b140d2d0f71babc04a145d668e95bf8504 /include/i3status.h | |
parent | fad9c8237c63290aa9adde5ba6ffa6759f578645 (diff) | |
parent | dd75c260f86ed13c1937cd9369948cdbe8e25d12 (diff) |
Merge pull request #95 from Watcom/nanosleep
revert back to using nanosleep
Diffstat (limited to 'include/i3status.h')
-rw-r--r-- | include/i3status.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/i3status.h b/include/i3status.h index 5f65c5e..a311d24 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -222,7 +222,5 @@ extern cfg_t *cfg, *cfg_general, *cfg_section; extern void **cur_instance; -extern pthread_cond_t i3status_sleep_cond; -extern pthread_mutex_t i3status_sleep_mutex; - +extern pthread_t main_thread; #endif |