Update to FreeBSD head 2017-04-04

Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
This commit is contained in:
Sebastian Huber
2017-04-04 09:36:57 +02:00
parent 3360232e95
commit de8a76da2f
530 changed files with 26497 additions and 31504 deletions

View File

@@ -179,6 +179,7 @@ typedef struct {
#define T_ATMA ns_t_atma
#define T_NAPTR ns_t_naptr
#define T_A6 ns_t_a6
#define T_DNAME ns_t_dname
#define T_OPT ns_t_opt
#define T_TSIG ns_t_tsig
#define T_IXFR ns_t_ixfr

View File

@@ -43,6 +43,8 @@
#include <sys/cdefs.h>
#include <sys/_types.h>
__NULLABILITY_PRAGMA_PUSH
__BEGIN_DECLS
void err(int, const char *, ...) __dead2 __printf0like(2, 3);
void verr(int, const char *, __va_list) __dead2 __printf0like(2, 0);
@@ -59,8 +61,9 @@ void warnx(const char *, ...) __printflike(1, 2);
void vwarnx(const char *, __va_list) __printflike(1, 0);
#ifndef __rtems__
void err_set_file(void *);
void err_set_exit(void (*)(int));
void err_set_exit(void (* _Nullable)(int));
#endif /* __rtems__ */
__END_DECLS
__NULLABILITY_PRAGMA_POP
#endif /* !_ERR_H_ */