From 9da9e5e6f167fa504c4101a5adeaaad3ad43fd46 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 31 Mar 2001 23:03:03 +0000 Subject: 2001-03-31 Roland McGrath * cthreads.h: Fix obsolescent #endif syntax. * cthread_internals.h: Likewise. * cancel-cond.c: Likewise. * stack.c: Likewise. * cthreads.c: Likewise. * cprocs.c: Likewise. * call.c: Likewise. * i386/thread.c: Likewise. --- libthreads/i386/thread.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'libthreads') diff --git a/libthreads/i386/thread.c b/libthreads/i386/thread.c index dc0a3e32..0a20d4ce 100644 --- a/libthreads/i386/thread.c +++ b/libthreads/i386/thread.c @@ -26,6 +26,12 @@ /* * HISTORY * $Log: thread.c,v $ + * Revision 1.4 2001/02/26 04:15:27 roland + * 2001-02-25 Roland McGrath + * + * * i386/thread.c: Remove superfluous bzero decl, + * just include instead. + * * Revision 1.3 1997/02/18 22:53:31 miles * (cproc_setup): * Correctly leave space at top of stack for account for GNU per-thread @@ -60,8 +66,8 @@ */ #ifndef lint -static char rcs_id[] = "$Header: cvs-sans-libpthread/hurd/libthreads/i386/thread.c,v 1.4 2001/02/26 04:15:27 roland Exp $"; -#endif not lint +static char rcs_id[] = "$Header: cvs-sans-libpthread/hurd/libthreads/i386/thread.c,v 1.5 2001/03/31 23:03:03 roland Exp $"; +#endif /* not lint */ #include "../cthreads.h" -- cgit v1.2.3