libc/libgloss/mn10200/getpid.c

11 lines
112 B
C
Raw Normal View History

2000-03-17 23:48:54 +01:00
#include <_ansi.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "trap.h"
_getpid (n)
{
return 1;
}