diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2007-03-20 21:28:32 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2007-03-20 21:28:32 +0000 |
commit | 701c8076456c577c9bed8ed420fbe14c898ee19e (patch) | |
tree | 81525b0f63e472ff90a04c62cfdb2769b0f5c09f /lib/libpthread | |
parent | 0cab3a1109a726a93e03b739f3fd6d1d6e56f107 (diff) |
Remove duplicate definition of _POSIX_THREAD_ATTR_STACKSIZE and quiet
build warnings noticed by david@. okay millert@ marc@
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/uthread/pthread_private.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libpthread/uthread/pthread_private.h b/lib/libpthread/uthread/pthread_private.h index 5011cd94d08..8b19e68bd21 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.58 2006/10/03 02:59:36 kurt Exp $ */ +/* $OpenBSD: pthread_private.h,v 1.59 2007/03/20 21:28:31 kurt Exp $ */ /* * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. @@ -395,9 +395,6 @@ enum pthread_susp { */ #define PTHREAD_STACK_INITIAL 0x100000 -/* Address immediately beyond the beginning of the initial thread stack. */ -#define _POSIX_THREAD_ATTR_STACKSIZE - /* * Define the different priority ranges. All applications have thread * priorities constrained within 0-31. The threads library raises the |