CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-02-15 11:28:46

Modified files:
        winsup/cygwin  : ChangeLog posix_ipc.cc 

Log message:
        * posix_ipc.cc (ipc_mutex_init): Create global object name.
        (ipc_cond_init): Ditto.
        (struct mq_hdr): Add mqh_uname member to store synchronization object
        name.
        (mq_open): Create unique synchronization object name and store in
        mq_hdr->mqh_uname.  Use this name in calls to ipc_mutex_init and
        ipc_cond_init.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3754&r2=1.3755
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/posix_ipc.cc.diff?cvsroot=src&r1=1.1&r2=1.2

Reply via email to