From 2d9da2f6be3e662889ef0e72759fe0f1a1495812 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Tue, 29 Nov 2005 03:51:02 +0000 Subject: Merge from trunk that gives us a valid NPTL dynamic loader and the start of the new build system. I have probably another 300 and some files to go *sigh*. --- libpthread/linuxthreads.old_db/td_thr_clear_event.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libpthread/linuxthreads.old_db/td_thr_clear_event.c') diff --git a/libpthread/linuxthreads.old_db/td_thr_clear_event.c b/libpthread/linuxthreads.old_db/td_thr_clear_event.c index c027fc09f..147d18037 100644 --- a/libpthread/linuxthreads.old_db/td_thr_clear_event.c +++ b/libpthread/linuxthreads.old_db/td_thr_clear_event.c @@ -1,5 +1,5 @@ /* Disable specific event for thread. - Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. @@ -43,7 +43,7 @@ td_thr_clear_event (th, event) ((char *) th->th_unique + offsetof (struct _pthread_descr_struct, p_eventbuf.eventmask)), - &old_event, sizeof (td_thrhandle_t)) != PS_OK) + &old_event, sizeof (td_thr_events_t)) != PS_OK) return TD_ERR; /* XXX Other error value? */ /* Remove the set bits in. */ @@ -55,7 +55,7 @@ td_thr_clear_event (th, event) ((char *) th->th_unique + offsetof (struct _pthread_descr_struct, p_eventbuf.eventmask)), - &old_event, sizeof (td_thrhandle_t)) != PS_OK) + &old_event, sizeof (td_thr_events_t)) != PS_OK) return TD_ERR; /* XXX Other error value? */ return TD_OK; -- cgit v1.2.3