mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/native: improve getpid()
stub message
This commit is contained in:
parent
9314a591cb
commit
c5b3934767
@ -470,7 +470,7 @@ void errx(int eval, const char *fmt, ...)
|
||||
|
||||
int getpid(void)
|
||||
{
|
||||
warnx("not implemented");
|
||||
warnx("getpid(): not implemented");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user