summaryrefslogtreecommitdiff
path: root/bsp/libwrap/sys/getpid.c
blob: 5aa510b744435881f79be8ee1c6c805771b8eb41 (plain)
1
2
3
4
5
6
/* See LICENSE of license details. */

int __wrap_getpid(void)
{
  return 1;
}