This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][BZ #17844] S390: Get rid of linknamespace failures for utmp functions.


On 01/14/2015 06:20 PM, Joseph Myers wrote:
As usual, if the bug (i.e. the strong references to unreserved symbols)
was present in a release, a report should be filed in Bugzilla for it, a
[BZ #N] entry put in the ChangeLog entry and the bug number included in
the list of fixed bugs in NEWS, and then that bug closed once the fix is
checked in.



Okay. Here is the same patch with the created bug in the Changelog.

Bye

---
2015-01-15  Stefan Liebler  <stli@linux.vnet.ibm.com>

	[BZ #17844]
	* sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
	(getutent): Use weak_alias in non SHARED case
	and default_symbol_version in SHARED case.
	* sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
	(getutent_r, pututline): Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
	(getutid): Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
	(getutid_r): Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
	(getutline): Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
	(getutline_r): Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
	(updwtmp): Likewise.

Attachment: glibc_utmp_weakalias_20150114
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]