1
0
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:
René Kijewski 2014-05-14 17:06:54 +02:00
commit 7ebd97d986

View File

@ -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;