mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #1172 from Kijewski/fixup-166b88f1
native: fixup #1145: function declaration
This commit is contained in:
commit
7ebd97d986
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user