aboutsummaryrefslogtreecommitdiff
path: root/gcc-1.40/config/xm-genix.h
blob: 11d31de11d3de033d47977eb5ab62860f2224c5d (plain) (blame)
1
2
3
4
5
6
7
8
9
/* Config file for ns32k running system V.  */

#include "xm-ns32k.h"

#define USG

#define bcopy(a,b,c) memcpy (b,a,c)
#define bzero(a,b) memset (a,0,b)
#define bcmp(a,b,c) memcmp (a,b,c)