mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
more exits
This commit is contained in:
parent
7a2c88509b
commit
4753f0691a
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#include "threadimpl.h"
|
||||
|
||||
#undef exits
|
||||
#undef _exits
|
||||
|
||||
extern int __isthreaded;
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
#include "threadimpl.h"
|
||||
|
||||
#undef exits
|
||||
#undef _exits
|
||||
|
||||
static int
|
||||
timefmt(Fmt *fmt)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue