From 5f0704b66cea73cf2ab148ec4cff645cc301fd8c Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 14:07:23 +0200 Subject: libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are defined Do not define _POSIX_SOURCE. --- libio/ioputs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libio/ioputs.c') diff --git a/libio/ioputs.c b/libio/ioputs.c index bf3224e..2529c7b 100644 --- a/libio/ioputs.c +++ b/libio/ioputs.c @@ -45,6 +45,4 @@ _IO_puts (const char *str) return result; } -#ifdef weak_alias weak_alias (_IO_puts, puts) -#endif -- cgit v1.1