rework structure

This commit is contained in:
2023-08-20 15:00:51 +02:00
parent 4c2208c1ac
commit 314ceeb072
381 changed files with 10697 additions and 14653 deletions

View File

@ -0,0 +1,6 @@
/* See LICENSE of license details. */
int __wrap_getpid(void)
{
return 1;
}