mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
a995e477ff
The main change is the use of pthread to implement ffork.
9 lines
191 B
C
9 lines
191 B
C
#include <lib9.h>
|
|
|
|
char *argv0;
|
|
|
|
/*
|
|
* Mac OS can't deal with files that only declare data.
|
|
* ARGBEGIN mentions this function so that this file gets pulled in.
|
|
*/
|
|
void __fixargv0(void) { }
|