aboutsummaryrefslogtreecommitdiff
path: root/libio/libioP.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-27 11:25:41 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-27 11:25:41 -0500
commit43455e09166350b1237d2168d1b008c9f47ebaf0 (patch)
tree42390fa1645e01c728923b9874cc61a35823cffd /libio/libioP.h
parent6ac2f2df75d3b48ab502f0b0275b7e838e90c0b1 (diff)
parent965a54a4eecc6cf5c53718f07290171f744c4d6c (diff)
downloadglibc-43455e09166350b1237d2168d1b008c9f47ebaf0.tar.xz
glibc-43455e09166350b1237d2168d1b008c9f47ebaf0.zip
Merge branch 'master' of ssh://sourceware.org/git/glibc
Diffstat (limited to 'libio/libioP.h')
-rw-r--r--libio/libioP.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libio/libioP.h b/libio/libioP.h
index 9bbdd28f61..305a6e3fff 100644
--- a/libio/libioP.h
+++ b/libio/libioP.h
@@ -927,11 +927,7 @@ VTABLE_LABEL(builtinbuf_vtable, builtinbuf, 10)
# endif
#endif /* !defined(builtinbuf_vtable) && defined(__cplusplus) */
-#if defined(__STDC__) || defined(__cplusplus)
-# define _IO_va_start(args, last) va_start(args, last)
-#else
-# define _IO_va_start(args, last) va_start(args)
-#endif
+#define _IO_va_start(args, last) va_start(args, last)
extern struct _IO_fake_stdiobuf _IO_stdin_buf, _IO_stdout_buf, _IO_stderr_buf;