diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-22 18:02:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-22 18:02:38 +0000 |
commit | dc9972317e6fe44e503fbfe83446272743c76fb3 (patch) | |
tree | 08eb85f894d1f06cf0e8a5c151f12695f8640e06 /misc/sys | |
parent | b8fe19fa809ac786b7d3dbb464cb1b3f887dc69d (diff) | |
download | glibc-dc9972317e6fe44e503fbfe83446272743c76fb3.tar glibc-dc9972317e6fe44e503fbfe83446272743c76fb3.tar.gz glibc-dc9972317e6fe44e503fbfe83446272743c76fb3.tar.bz2 glibc-dc9972317e6fe44e503fbfe83446272743c76fb3.zip |
Regenerated: autoconf configure.incvs/libc-960522
Diffstat (limited to 'misc/sys')
-rw-r--r-- | misc/sys/syslog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sys/syslog.h b/misc/sys/syslog.h index 87bfd2ec6f..241a74d52c 100644 --- a/misc/sys/syslog.h +++ b/misc/sys/syslog.h @@ -178,7 +178,7 @@ CODE facilitynames[] = { #elif !defined (_BSD_VA_LIST_) /* In GNU we don't have a <machine/ansi.h> and it would be too painful to emulate one. */ -#define __need_va_list +#define __need___va_list #include <stdarg.h> #define _BSD_VA_LIST_ __gnuc_va_list #endif |