mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
Merge pull request #17664 from kaspar030/native_getpid_warning
cpu/native: improve `getpid()` stub message
This commit is contained in:
commit
7c707df561
@ -470,7 +470,7 @@ void errx(int eval, const char *fmt, ...)
|
||||
|
||||
int getpid(void)
|
||||
{
|
||||
warnx("not implemented");
|
||||
warnx("getpid(): not implemented");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user