Add more __restricts, clean up __format__ attributes.

Change-Id: I7e2d270cc722d339d221eaea92747eaff3b51403
This commit is contained in:
Elliott Hughes
2013-05-14 16:08:43 -07:00
parent 349ef893e8
commit d04c183979
5 changed files with 93 additions and 101 deletions

View File

@@ -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