summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-27 20:06:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-27 20:06:30 +0000
commitc3f93aa9749cd6715d7b1d59dff726f70b79cb75 (patch)
tree46d168fc5cab76a53b99a913e9a0acbe9cb72ca8 /lib/libpthread
parent080db3309aba9324a98158c69a9a3b7feb3de108 (diff)
define ENOTSUP EOPNOTSUPP is no longer needed
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/uthread/pthread_private.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libpthread/uthread/pthread_private.h b/lib/libpthread/uthread/pthread_private.h
index 3f324536d46..3f3a4933c57 100644
--- a/lib/libpthread/uthread/pthread_private.h
+++ b/lib/libpthread/uthread/pthread_private.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pthread_private.h,v 1.71 2009/04/21 12:43:01 kurt Exp $ */
+/* $OpenBSD: pthread_private.h,v 1.72 2009/10/27 20:06:29 deraadt Exp $ */
/*
* Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
@@ -63,11 +63,6 @@
#include "uthread_machdep.h"
/*
- * Workaround until we have ENOTSUP in errno.h
- */
-#define ENOTSUP EOPNOTSUPP
-
-/*
* Kernel fatal error handler macro.
*/
#define PANIC(string) _thread_exit(__FILE__,__LINE__,string)