Add more __restricts, clean up __format__ attributes.
Change-Id: I7e2d270cc722d339d221eaea92747eaff3b51403
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <sys/cdefs.h>
|
||||
#include <arpa_nameser.h>
|
||||
|
||||
#define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b)))
|
||||
#define ISC_FORMAT_PRINTF(a,b) __printflike(a,b)
|
||||
#define ISC_SOCKLEN_T socklen_t
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user