This is the mail archive of the newlib-cvs@sources.redhat.com mailing list for the newlib project.


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

src/newlib ChangeLog libc/stdlib/envlock.c lib ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.cygnus.com	2000-08-24 09:11:59

Modified files:
	newlib         : ChangeLog 
	newlib/libc/stdlib: envlock.c envlock.h mlock.c 

Log message:
	2000-08-23  Werner Almesberger  <Werner.Almesberger@epfl.ch>
	
	* libc/stdlib/envlock.c: changed documented "__env_lock" and
	"__env_unlock" prototype from "void *" or "char *" to
	"struct _reent *" to match real function.  Also added include
	of envlock.h.
	* libc/stdlib/mlock.c: changed documented "__malloc_lock" and
	"__malloc_unlock" prototype from "void *" or "char *" to
	"struct _reent *" to match real function.
	* libc/stdlib/envlock.h: added "__env_lock" and "__env_unlock"
	prototypes (for getenv_r.c and setenv_r.c).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.50&r2=1.51
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/envlock.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/envlock.h.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/mlock.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


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