mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +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"
|
#include "threadimpl.h"
|
||||||
|
|
||||||
|
#undef exits
|
||||||
|
#undef _exits
|
||||||
|
|
||||||
extern int __isthreaded;
|
extern int __isthreaded;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
#include "threadimpl.h"
|
#include "threadimpl.h"
|
||||||
|
|
||||||
|
#undef exits
|
||||||
|
#undef _exits
|
||||||
|
|
||||||
static int
|
static int
|
||||||
timefmt(Fmt *fmt)
|
timefmt(Fmt *fmt)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue