/[hurd]/hurd/libpthread/sysdeps/i386/bits/spin-lock.h
ViewVC logotype

Diff of /hurd/libpthread/sysdeps/i386/bits/spin-lock.h

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

revision 1.2 by neal, Tue Jan 18 09:57:35 2005 UTC revision 1.3 by neal, Thu May 12 20:55:37 2005 UTC
# Line 1  Line 1 
1  /* Machine-specific definitions for spin locks.  i386 version.  /* Machine-specific definitions for spin locks.  i386 version.
2     Copyright (C) 2000 Free Software Foundation, Inc.     Copyright (C) 2000, 2005 Free Software Foundation, Inc.
3     This file is part of the GNU C Library.     This file is part of the GNU C Library.
4    
5     The GNU C Library is free software; you can redistribute it and/or     The GNU C Library is free software; you can redistribute it and/or
# Line 32  __BEGIN_DECLS Line 32  __BEGIN_DECLS
32  typedef __volatile int __pthread_spinlock_t;  typedef __volatile int __pthread_spinlock_t;
33    
34  /* Initializer for a spin lock object.  */  /* Initializer for a spin lock object.  */
35  # define __SPIN_LOCK_INITIALIZER ((__pthread_spinlock_t) 0)  # define __SPIN_LOCK_INITIALIZER (0)
36    
37  #if defined __USE_EXTERN_INLINES || defined _FORCE_INLINES  #if defined __USE_EXTERN_INLINES || defined _FORCE_INLINES
38    

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

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