This is the mail archive of the glibc-cvs@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]

libc/misc sys/syslog.h syslog.c Makefile bits/ ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2006-01-14 12:09:36

Modified files:
	misc/sys       : syslog.h 
	misc           : syslog.c Makefile 
Added files:
	misc/bits      : syslog-ldbl.h 

Log message:
	2006-01-14  Jakub Jelinek  <jakub@redhat.com>
	
	* misc/bits/syslog-ldbl.h: New file.
	* misc/Makefile (headers): Add it.
	* misc/sys/syslog.h [__LDBL_COMPAT]: #include it.
	* misc/syslog.c: Include math_ldbl_opt.h.
	(syslog): Rename to __syslog and add ldbl_strong_alias,
	use ldbl_hidden_def instead of libc_hidden_def.
	(vsyslog): Rename to __vsyslog and add ldbl_strong_alias,
	use ldbl_hidden_def instead of libc_hidden_def.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/sys/syslog.h.diff?cvsroot=glibc&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/syslog.c.diff?cvsroot=glibc&r1=1.48&r2=1.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/Makefile.diff?cvsroot=glibc&r1=1.115&r2=1.116
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/bits/syslog-ldbl.h.diff?cvsroot=glibc&r1=NONE&r2=1.1


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