rework structure
This commit is contained in:
6
hifive1-vp/hello/bsp/libwrap/sys/getpid.c
Normal file
6
hifive1-vp/hello/bsp/libwrap/sys/getpid.c
Normal file
@ -0,0 +1,6 @@
|
||||
/* See LICENSE of license details. */
|
||||
|
||||
int __wrap_getpid(void)
|
||||
{
|
||||
return 1;
|
||||
}
|
Reference in New Issue
Block a user