OSDN Git Service

* dll_init.h (has_dtors): New flag.
[pf3gnuchains/pf3gnuchains3x.git] / libgloss / iq2000 / getpid.c
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
5
6
7 _getpid (n)
8 {
9   return 1;
10 }