blob: 6b5e6d4ed26b5f75a59ca9d4b71a2f7b50d0027f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Used for declaration of private function only, so change
causes no visible effects
https://bugs.gentoo.org/943734
--- a/src/timer.c
+++ b/src/timer.c
@@ -48,7 +48,7 @@
#include <lwp/timer.h>
#include "lwp.private.h"
-typedef unsigned char bool;
+#include <stdbool.h>
#define expiration TotalTime
|