docs/ikteam: Delete most files.
[haiku.git] / headers / compatibility / bsd / sys / cdefs.h
blob6647d2e90e0453e63b4c1662ff02af48a7ebd074
1 /*
2 * Copyright 2006-2012 Haiku Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _BSD_SYS_CDEFS_H_
6 #define _BSD_SYS_CDEFS_H_
9 #include_next <sys/cdefs.h>
12 #ifdef _BSD_SOURCE
15 #define __FBSDID(x)
16 #define __unused
18 #define __printflike(a, b) __attribute__ ((format (__printf__, (a), (b))))
19 #define __printf0like(a, b)
22 #endif
25 #endif /* _BSD_SYS_CDEFS_H_ */