-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
poser: Update to new timer implementation
Update poser and adapt to the slightly changed API for PSC_Timer. The new implementation doesn't use POSIX interval timers but instead multiplexes on top of setitimer(). This should make Xmoji compatible with systems like OpenBSD that don't offer the newer interval timers. Fixes: #4
- Loading branch information
Showing
6 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
Submodule poser
updated
6 files
+6 −4 | include/poser/core/timer.h | |
+0 −1 | src/lib/core/core.mk | |
+46 −144 | src/lib/core/service.c | |
+0 −14 | src/lib/core/service.h | |
+135 −36 | src/lib/core/timer.c | |
+1 −1 | src/lib/core/timer.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters