diff options
Diffstat (limited to 'libc/upstream-netbsd/port_before.h')
-rw-r--r-- | libc/upstream-netbsd/port_before.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/upstream-netbsd/port_before.h b/libc/upstream-netbsd/port_before.h index 87af595f2..70eed2687 100644 --- a/libc/upstream-netbsd/port_before.h +++ b/libc/upstream-netbsd/port_before.h @@ -21,4 +21,7 @@ #include <sys/cdefs.h> #include <arpa_nameser.h> +#define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b))) +#define ISC_SOCKLEN_T socklen_t + #endif |