Mail Archives: cygwin-developers/2001/01/08/09:12:53
Please submit the newlib patches to newlib AT sources DOT redhat DOT com.
Please submit cygwin patches only to cygwin-patches. There is no
need to Cc cygwin-developers.
Also, please read http://cygwin.com/contrib.html and format your
ChangeLog entries according to the guidelines given there.
cgf
On Mon, Jan 08, 2001 at 12:28:42AM -0800, edward wrote:
>Hello CygPeeps
>
>I am not sure if these patches should be to cygwin or not, but here
>they are.
>The following functions are not defined in any of the header files.
>
>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
>
>winsup/cygwin/include/wchar.h : wprintf
>
>I have included two patches: newlib.patch and winsup.patch in a
>compressed tar file.
>
>run as follows:
>
>cd /path/to/parent/of/newlib_and_winsup
>gzip -cd newlib.patch | patch -p0
>gzip -cd winsup.patch | patch -p0
>
>Here are the ChangeLog's
>
>newlib/ChangeLog:
>
>Mon Jan 8 02:57:33 2001 Edward M. Lee <tailbert AT yahoo DOT com>
>
> * libc/include/grp.h: added prototype for initgroups
> * libc/include/stdio.h: added prototypes for getw, putw
> * libc/include/string.h: added prototype for memccpy
> * libc/include/sys/signal.h: added prototype for killpg
> * libc/include/sys/stat.h: enable mknod/lstat for CYGWIN
> * libc/include/sys/unistd.h: added prototypes for getpgid, setpgrp,
>vhangup
>
>winsup/cygwin/ChangeLog:
>
>Mon Jan 8 03:00:31 2001 Edward M. Lee <tailbert AT yahoo DOT com>
>
> * include/wchar.h: added prototype for wprintf
>
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Photos - Share your holiday photos online!
>http://photos.yahoo.com/
--
cgf AT cygnus DOT com Red Hat, Inc.
http://sources.redhat.com/ http://www.redhat.com/
- Raw text -