CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]      2002-10-19 21:15:50

Modified files:
        cygwin         : ChangeLog Makefile.in cygwin.din 
                         fhandler_tty.cc shared.cc signal.cc syscalls.cc 
                         thread.cc 

Log message:
        Rename _kill() to kill() throughout.  Rename _raise() to raise() throughout.
        Rename _pid() to pid() throughout.
        * Makefile.in: Compile some objects with -fomit-frame-pointer.
        * cygwin.din: Reverse aliasing for _kill.
        * syscalls.cc (_getpid_r): New function, implemented for newlib compatibility.
        * shared.cc (open_shared): Remove reserving of memory since previous change
        eliminate the need for this hack.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1543&r2=1.1544
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/Makefile.in.diff?cvsroot=uberbaum&r1=1.107&r2=1.108
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin.din.diff?cvsroot=uberbaum&r1=1.63&r2=1.64
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.75&r2=1.76
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/shared.cc.diff?cvsroot=uberbaum&r1=1.59&r2=1.60
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/signal.cc.diff?cvsroot=uberbaum&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.229&r2=1.230
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.103&r2=1.104

Reply via email to