summaryrefslogtreecommitdiff
path: root/Source/UnixUserland/getpid.c
blob: c5e6884c8d120117e02d6222dba9dbb5be228c84 (plain) (blame)
1
2
3
int getpid() {
	return 1;
}