diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-19 17:18:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-19 17:18:44 +0000 |
commit | 436ba3a8320b9ab26391c20991c5af97cb283c26 (patch) | |
tree | 1625a3e0348de9eb40f784b75f4838cb399ad8e4 /sys/arch/sgi/include | |
parent | 098d7c42e9831c2192e39634bf500c29b72f34a9 (diff) |
only make this interface available to the kernel for now, discussed witha
rt and such; tested and ok miod drahn
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r-- | sys/arch/sgi/include/atomic.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sgi/include/atomic.h b/sys/arch/sgi/include/atomic.h index b2c6df33bba..a8829697fd6 100644 --- a/sys/arch/sgi/include/atomic.h +++ b/sys/arch/sgi/include/atomic.h @@ -1,9 +1,10 @@ -/* $OpenBSD: atomic.h,v 1.1 2007/02/06 17:13:33 art Exp $ */ +/* $OpenBSD: atomic.h,v 1.2 2007/02/19 17:18:43 deraadt Exp $ */ /* Public Domain */ + #ifndef __SGI_ATOMIC_H__ #define __SGI_ATOMIC_H__ #include <mips64/atomic.h> -#endif +#endif /* __SGI_ATOMIC_H__ */ |