blob: b9a9b8b4b9b40c06c1fcabe9052150754d4f4a6b (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include <lib9.h>
#pragma weak argv0
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) { }
|