diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-09-01 00:32:25 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-09-01 00:32:25 +0000 |
commit | 1526394b06893bd355c5a7261041969a34e2796e (patch) | |
tree | 2efd20c0136e66623513b5de255e772c04871617 /lib/libpthread/arch/m88k/uthread_machdep.h | |
parent | 495e89e19983b1ff079c2bf298d975639f9d5d99 (diff) |
So passes uthreads
Like autumn leaves on water
don't fear the tedu@
Diffstat (limited to 'lib/libpthread/arch/m88k/uthread_machdep.h')
-rw-r--r-- | lib/libpthread/arch/m88k/uthread_machdep.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/libpthread/arch/m88k/uthread_machdep.h b/lib/libpthread/arch/m88k/uthread_machdep.h deleted file mode 100644 index 073af3e031c..00000000000 --- a/lib/libpthread/arch/m88k/uthread_machdep.h +++ /dev/null @@ -1,23 +0,0 @@ -/* $OpenBSD: uthread_machdep.h,v 1.5 2004/02/27 22:19:46 deraadt Exp $ */ - -/* - * Copyright (c) 2004 Theo de Raadt - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -struct _machdep_state { - u_int sp; - int fpsr; - int fpcr; -}; |