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

Updated headers (take 2)


Sorry! I cvs diff'd against a test directory, instead of the actual cvs
directory. Enclosed are the real patches. Also, removed duplicate
prototypes for getw/putw in stdio.h. Diff's against updates as of
midnight.

Enclosed are patches to header files for mostly missing prototypes.
Also enclosed is one real patch to putw/setw, which has a missing
argument in the prototype.

Cheers,
edward.

Summary:

newlib/libc/include/grp.h        : initgroups	<- yes it's a stub, but
it's nice to have the prototype
newlib/libc/include/stdio.h      : getw
newlib/libc/include/stdio.h      : putw
newlib/libc/include/string.h     : memccpy
newlib/libc/include/sys/signal.h : killpg
newlib/libc/include/sys/stat.h   : mknod		<- yes it's a stub, but it's
nice to have the prototype
newlib/libc/include/sys/unistd.h : getpgid
newlib/libc/include/sys/unistd.h : setpgrp
newlib/libc/include/sys/unistd.h : vhangup

ChangeLog:

Mon Feb  7 02:57:33 2001  Edward M. Lee  <tailbert@yahoo.com>

	* libc/include/grp.h: add prototype for initgroups
	* libc/include/stdio.h: fix prototype for putw; remove duplicate
prototypes of getw/putw
	* libc/include/string.h: add prototype for memccpy
	* libc/include/sys/signal.h: add prototype for killpg
	* libc/include/sys/stat.h: enable mknod/lstat for CYGWIN
	* libc/include/sys/unistd.h: add prototypes for getpgid, setpgrp,
vhangup




__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/

newlib.patch.gz


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