Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-11-17 12:01:10 +00:00
3 changed files with 31 additions and 14 deletions

View File

@ -28,6 +28,7 @@ void *xcalloc(size_t, size_t);
void *xrealloc(void *, size_t);
void *xreallocarray(void *, size_t, size_t);
char *xstrdup(const char *);
char *xstrndup(const char *, size_t);
int xasprintf(char **, const char *, ...)
__attribute__((__format__ (printf, 2, 3)))
__attribute__((__nonnull__ (2)));