Files
newlib/libgloss/iq2000/getpid.c
Anthony Green 045e4d2e08 iq2000 port.
2003-06-06 16:07:57 +00:00

11 lines
112 B
C

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