Skip to content
Snippets Groups Projects
Commit 7ebd97d9 authored by René Kijewski's avatar René Kijewski
Browse files

Merge pull request #1172 from Kijewski/fixup-166b88f1

native: fixup #1145: function declaration
parents bdad2ba9 d98ebf62
Branches
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ void errx(int eval, const char *fmt, ...)
verrx(eval, fmt, argp);
}
int getpid()
int getpid(void)
{
warnx("not implemented");
return -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment