2015-06-17 Joseph Myers <joseph@codesourcery.com>
+ [BZ #18533]
+ * misc/syslog.c (vsyslog): Define as a weak alias of __vsyslog,
+ not a strong alias.
+ * conform/Makefile (test-xfail-XOPEN2K8/syslog.h/linknamespace):
+ Remove variable.
+
[BZ #18532]
* inet/in6_addr.c (in6addr_any): Rename to __in6addr_any and
define as weak alias of __in6addr_any. Use libc_hidden_data_weak.
18210, 18211, 18217, 18220, 18221, 18234, 18244, 18247, 18287, 18319,
18324, 18333, 18346, 18397, 18409, 18410, 18412, 18418, 18422, 18434,
18444, 18468, 18469, 18470, 18479, 18483, 18495, 18496, 18497, 18498,
- 18507, 18512, 18519, 18520, 18522, 18527, 18528, 18529, 18530, 18532.
+ 18507, 18512, 18519, 18520, 18522, 18527, 18528, 18529, 18530, 18532,
+ 18533.
* Cache information can be queried via sysconf() function on s390 e.g. with
_SC_LEVEL1_ICACHE_SIZE as argument.
__vsyslog_chk (pri, -1, fmt, ap);
}
ldbl_hidden_def (__vsyslog, vsyslog)
-ldbl_strong_alias (__vsyslog, vsyslog)
+ldbl_weak_alias (__vsyslog, vsyslog)
static struct sockaddr_un SyslogAddr; /* AF_UNIX address of local logger */