Commit Graph

6 Commits

Author SHA1 Message Date
Simon Lieb
22f35d5af4 Prefer sigsuspend(2) over pause(2)
As OpenBSD manual for pause(3) stated, this function is made obsolete by
sigsuspend(2).

We may think it will be removed in future for this *nix.

On linux, this require defining _POSIX_C_SOURCE to 1.
2016-11-01 00:21:19 +08:00
Ivan Tham
c89ef49965 Prevent macro hell 2016-07-11 19:39:13 +08:00
Ivan Tham
f1fe73aff8 Just comment config.mk to remove libnotify 2016-07-11 17:32:47 +08:00
Ivan Tham
2502641ce2 Fix spt on OSX (no libnotify)
- Thanks for the person who reviewed my code & gave suggestion
    - Fork notify_send() directly
    - What's next? Parallel timer
2016-05-13 23:13:23 +08:00
Ivan Tham
8c0cb46576 Bump version to 0.1 2016-02-01 08:24:44 +08:00
Ivan Tham
8f2d5e294f Initial commit 2015-11-28 21:15:26 +08:00