From 567e22fe20c050f4ebfcfed0bbbff8757b8ded47 Mon Sep 17 00:00:00 2001 From: bje Date: Sat, 3 Oct 1998 02:33:24 +0000 Subject: 1998-10-03 Ben Elliston * attr.c (pthread_attr_init): Only zero out the `sigmask' member if we have the sigset_t type. * pthread.h (pthread_sigmask): Only provide if we have the sigset_t type. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e73134..724e0be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ 1998-10-03 Ben Elliston + * attr.c (pthread_attr_init): Only zero out the `sigmask' member + if we have the sigset_t type. + * pthread.h: No need to include . It doesn't even exist on Win32! Again, an artifact of cross-compilation. + (pthread_sigmask): Only provide if we have the sigset_t type. * process.h: Remove. This was a stand-in before we started doing native compilation under Win32. -- cgit v1.2.3