summaryrefslogtreecommitdiff
path: root/misc/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/err.h')
-rw-r--r--misc/err.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/err.h b/misc/err.h
index b43fe68fea..fec4fd2f77 100644
--- a/misc/err.h
+++ b/misc/err.h
@@ -1,5 +1,5 @@
/* 4.4BSD utility functions for error messages.
- Copyright (C) 1995-2016 Free Software Foundation, Inc.
+ Copyright (C) 1995-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -24,7 +24,7 @@
#define __need___va_list
#include <stdarg.h>
#ifndef __GNUC_VA_LIST
-# define __gnuc_va_list __ptr_t
+# define __gnuc_va_list void *
#endif
__BEGIN_DECLS