iq2000 port.
This commit is contained in:
10
libgloss/iq2000/getpid.c
Normal file
10
libgloss/iq2000/getpid.c
Normal file
@ -0,0 +1,10 @@
|
||||
#include <_ansi.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include "trap.h"
|
||||
|
||||
|
||||
_getpid (n)
|
||||
{
|
||||
return 1;
|
||||
}
|
Reference in New Issue
Block a user