This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


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

cygwin/newlib types patchs


This diff was taken from the src/ level (immediately above winsup and
newlib) - but I've split it into two... however I'm mailing them
together because if only one is applied, cygwin & newlib will no longer
place nicely together.

Chris, I hope this is a bit easier on you...


newlib ChangeLog:
21 Mar 2001 Robert Collins <rbtcollins@hotmail.com>
    * libc/include/sys/signal.h: Test for __CYGWIN__ as well as
_POSIX_THREADS
    * libc/include/sys/types.h:
      Allow __CYGWIN__ for the POSIX_THREADS types.
      Include <cygwin/types.h> rather than use the _POSIX_THREADS
structs from newlib.

cygwin ChangeLog:
21 Mar 2001 Robert Collins <rbtcollins@hotmail.com>
    * pthread.cc: Use POSIX definition of pthread_kill.
    * thread.cc: Use POSIX definition of pthread_kill.
      Remove obsolete macro NOT_IMP.
    * thread.h: Include <pthread.h>
      Remove defines duplicated in <pthread.h>
      Move typedefs for pthread_*_t to <cygwin/types.h>
    * pthread.h: Move typedefs for pthread_*_t to <cygwin/types.h>
      Remove pthread_kill and pthread_sigmask as they are now visible in
<sys/types.h>
    * include/cygwin/types.h: Add pthread_*_t typedefs for user code and
for building cygwin.

newlib.patch

types.patch


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