/[hurd]/hurd/libthreads/alpha/thread.c
ViewVC logotype

Diff of /hurd/libthreads/alpha/thread.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by roland, Mon May 27 02:13:47 2002 UTC revision 1.2 by roland, Mon May 27 02:50:13 2002 UTC
# Line 1  Line 1 
1  /*  /*
2   * Mach Operating System   * Mach Operating System
3   * Copyright (c) 1992 Carnegie Mellon University   * Copyright (c) 1992 Carnegie Mellon University
4   * All Rights Reserved.   * All Rights Reserved.
5   *   *
6   * Permission to use, copy, modify and distribute this software and its   * Permission to use, copy, modify and distribute this software and its
7   * documentation is hereby granted, provided that both the copyright   * documentation is hereby granted, provided that both the copyright
8   * notice and this permission notice appear in all copies of the   * notice and this permission notice appear in all copies of the
9   * software, derivative works or modified versions, and any portions   * software, derivative works or modified versions, and any portions
10   * thereof, and that both notices appear in supporting documentation.   * thereof, and that both notices appear in supporting documentation.
11   *   *
12   * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"   * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
13   * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR   * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
14   * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.   * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
15   *   *
16   * Carnegie Mellon requests users of this software to return to   * Carnegie Mellon requests users of this software to return to
17   *   *
18   *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU   *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
19   *  School of Computer Science   *  School of Computer Science
20   *  Carnegie Mellon University   *  Carnegie Mellon University
21   *  Pittsburgh PA 15213-3890   *  Pittsburgh PA 15213-3890
22   *   *
23   * any improvements or extensions that they make and grant Carnegie Mellon   * any improvements or extensions that they make and grant Carnegie Mellon
24   * the rights to redistribute these changes.   * the rights to redistribute these changes.
25   */   */
26  /*  /*
27   * HISTORY   * HISTORY
28   * $Log$   * $Log$
29     * Revision 1.2  2002/05/27 02:50:13  roland
30     * 2002-05-26  Roland McGrath  <roland@frob.com>
31     *
32     *      * alpha/thread.c: #if 0 out the silly bzero decl.
33     *
34   * Revision 1.1  2002/05/27 02:13:47  roland   * Revision 1.1  2002/05/27 02:13:47  roland
35   * 2002-05-26  Roland McGrath  <roland@frob.com>   * 2002-05-26  Roland McGrath  <roland@frob.com>
36   *   *
# Line 35  Line 40 
40   * Revision 2.3  93/02/01  09:56:49  danner   * Revision 2.3  93/02/01  09:56:49  danner
41   *      mach/mach.h -> mach.h   *      mach/mach.h -> mach.h
42   *      [93/01/28            danner]   *      [93/01/28            danner]
43   *   *
44   * Revision 2.2  93/01/14  18:04:35  danner   * Revision 2.2  93/01/14  18:04:35  danner
45   *      Created.   *      Created.
46   *      [92/05/31            af]   *      [92/05/31            af]
47   *   *
48   */   */
49  /*  /*
50   * alpha/thread.c   * alpha/thread.c
# Line 53  Line 58 
58    
59  #include <mach.h>  #include <mach.h>
60    
61    #if 0
62  /*  /*
63   * C library imports:   * C library imports:
64   */   */
65  extern bzero();  extern bzero();
66    #endif
67    
68  /*  /*
69   * Set up the initial state of a MACH thread   * Set up the initial state of a MACH thread

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26