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]
Other format: [Raw text]

src/newlib ChangeLog libc/posix/opendir.c libc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-09-19 14:28:52

Modified files:
	newlib         : ChangeLog 
	newlib/libc/posix: opendir.c 
	newlib/libc/reent: Makefile.am Makefile.in 
	newlib/libc/search: hash.c hash_page.c 
	newlib/libc/stdio: fdopen.c 
	newlib/libc/syscalls: sysfcntl.c 
Added files:
	newlib/libc/reent: fcntlr.c 

Log message:
	2002-09-19  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/posix/opendir.c (opendir): Change code to check
	for HAVE_FCNTL before calling fcntl.
	* libc/search/hash.c (hash_open): Ditto.
	* libc/search/hash_page.c (open_tmp): Ditto.
	* libc/reent/Makefile.am: Add fcntlr.c.
	* libc/reent/Makefile.in: Regenerated.
	* libc/reent/fcntlr.c: New file.
	* libc/stdio/fdopen.c (_fdopen_r): Change to call _fcntl_r
	instead of _fcntl when HAVE_FCNTL flag is set.
	* libc/syscalls/sysfcntl.c (fcntl): Check for HAVE_FCNTL flag
	to see if _fcntl or _fcntl_r should be called.  If flag is not
	set, default to ENOSYS stub.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.442&r2=1.443
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/posix/opendir.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/fcntlr.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/Makefile.am.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/reent/Makefile.in.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/search/hash.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/search/hash_page.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/fdopen.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/syscalls/sysfcntl.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]