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

native: fixup #1145: function declaration

parent 8038e96d
No related branches found
No related tags found
No related merge requests found
...@@ -314,7 +314,7 @@ void errx(int eval, const char *fmt, ...) ...@@ -314,7 +314,7 @@ void errx(int eval, const char *fmt, ...)
verrx(eval, fmt, argp); verrx(eval, fmt, argp);
} }
int getpid() int getpid(void)
{ {
warnx("not implemented"); warnx("not implemented");
return -1; return -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment