2006-08-07 15:15:01 +04:00
|
|
|
/*
|
2012-11-03 22:04:05 +04:00
|
|
|
* Copyright 2006-2012 Haiku Inc. All Rights Reserved.
|
2006-08-07 15:15:01 +04:00
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
|
|
|
#ifndef _BSD_SYS_CDEFS_H_
|
|
|
|
#define _BSD_SYS_CDEFS_H_
|
|
|
|
|
|
|
|
|
|
|
|
#include_next <sys/cdefs.h>
|
|
|
|
|
|
|
|
|
|
|
|
#define __FBSDID(x)
|
|
|
|
#define __unused
|
2008-10-29 03:48:57 +03:00
|
|
|
|
2006-12-13 16:06:42 +03:00
|
|
|
#define __printflike(a, b) __attribute__ ((format (__printf__, (a), (b))))
|
|
|
|
#define __printf0like(a, b)
|
|
|
|
|
2006-08-07 15:15:01 +04:00
|
|
|
#endif /* _BSD_SYS_CDEFS_H_ */
|