7 lines
79 B
C
7 lines
79 B
C
|
/* See LICENSE of license details. */
|
||
|
|
||
|
int __wrap_getpid(void)
|
||
|
{
|
||
|
return 1;
|
||
|
}
|