diff options
author | Roland McGrath <roland@gnu.org> | 2001-03-31 23:03:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-03-31 23:03:03 +0000 |
commit | 9da9e5e6f167fa504c4101a5adeaaad3ad43fd46 (patch) | |
tree | 5cb68394edaecf6bb4a3516409df58e60cd409cd /libthreads | |
parent | 4a703911553ca5668bc70b4ba4fc92186b8822d5 (diff) |
2001-03-31 Roland McGrath <roland@frob.com>
* 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.
Diffstat (limited to 'libthreads')
-rw-r--r-- | libthreads/i386/thread.c | 10 |
1 files changed, 8 insertions, 2 deletions
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 <roland@frob.com> + * + * * i386/thread.c: Remove superfluous bzero decl, + * just include <strings.h> 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" |