libc/libgloss/mt/getpid.c

11 lines
111 B
C

#include <_ansi.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "trap.h"
getpid (n)
{
return 1;
}