diff options
Diffstat (limited to 'src/libthread/Linux.c')
| -rw-r--r-- | src/libthread/Linux.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libthread/Linux.c b/src/libthread/Linux.c index 25a98d96..f741a03d 100644 --- a/src/libthread/Linux.c +++ b/src/libthread/Linux.c @@ -1,5 +1,8 @@ #include "threadimpl.h" +#undef exits +#undef _exits + static int timefmt(Fmt *fmt) { |