aboutsummaryrefslogtreecommitdiffstats
path: root/include/solaris-compat/sys/cdefs.h
blob: 40f76af87618c554f724d702dda7e1afdaae3022 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __SYS_CDEFS_H_
#define __SYS_CDEFS_H_

#define __BEGIN_DECLS
#define __END_DECLS

#define __P(p) p


#endif