This is the mail archive of the glibc-cvs@sources.redhat.com 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 assert/assert-perr.c assert/assert.c incl ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sources.redhat.com	2002-02-25 17:43:58

Modified files:
	assert         : assert-perr.c assert.c 
	include        : libc-symbols.h stdio.h 
	include/netinet: in.h 
	include/rpc    : auth.h auth_unix.h key_prot.h pmap_prot.h 
	                 pmap_rmt.h rpc_msg.h xdr.h 
	inet           : gethstbyad_r.c gethstbynm2_r.c gethstbynm_r.c 
	                 gethstent_r.c in6_addr.c 
	libio          : __fpurge.c filedoalloc.c fileops.c ftello.c 
	                 ftello64.c genops.c iofclose.c iofdopen.c 
	                 iofflush.c iofflush_u.c iofgetpos.c 
	                 iofgetpos64.c iofgets.c iofgets_u.c iofopen.c 
	                 iofopncook.c iofputs.c iofread.c iofread_u.c 
	                 iofsetpos.c iofsetpos64.c ioftell.c iofwrite.c 
	                 iogetline.c iogets.c iogetwline.c iolibio.h 
	                 iopadn.c iopopen.c ioseekoff.c ioseekpos.c 
	                 iosetbuffer.c iosetvbuf.c ioungetc.c 
	                 ioungetwc.c iovdprintf.c iovsprintf.c 
	                 iovsscanf.c libioP.h memstream.c obprintf.c 
	                 oldfileops.c oldiofclose.c oldiofdopen.c 
	                 oldiofgetpos.c oldiofgetpos64.c oldiofopen.c 
	                 oldiofsetpos.c oldiofsetpos64.c oldiopopen.c 
	                 oldstdfiles.c putc.c setbuf.c setlinebuf.c 
	                 stdfiles.c stdio.c strops.c vasprintf.c 
	                 vscanf.c vsnprintf.c vswprintf.c wfiledoalloc.c 
	                 wfileops.c wgenops.c wstrops.c 
	malloc         : mtrace.c 
	misc           : error.c syslog.c 
	nss            : getXXbyYY_r.c getXXent_r.c hosts-lookup.c 
	stdio-common   : getw.c printf-prs.c printf_fp.c printf_size.c 
	                 putw.c scanf.c sprintf.c tmpfile64.c vfprintf.c 
	                 vfscanf.c 
	stdlib         : strfmon.c 
	sunrpc         : auth_des.c auth_none.c auth_unix.c 
	                 authdes_prot.c authuxprot.c clnt_perr.c 
	                 clnt_raw.c clnt_tcp.c clnt_udp.c clnt_unix.c 
	                 key_call.c key_prot.c openchild.c pm_getmaps.c 
	                 pm_getport.c pmap_clnt.c pmap_prot.c 
	                 pmap_prot2.c pmap_rmt.c rpc_cmsg.c rpc_prot.c 
	                 svc_authux.c svc_raw.c svc_simple.c svc_tcp.c 
	                 svc_udp.c svc_unix.c xdr.c xdr_array.c 
	                 xdr_mem.c xdr_rec.c xdr_ref.c xdr_stdio.c 
	sysdeps/generic: _strerror.c printf_fphex.c tmpfile.c 
	sysdeps/gnu    : errlist.awk errlist.c 

Log message:
	Use INTUSE to reference functions and variables inside libc itself.
	Ise INTDEF and INTDEF2 to define appropriate aliases.  Add prototypes
	for the new aliases.


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