summaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_create.c
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>1999-07-11 06:06:52 +0000
committerJason Evans <jasone@FreeBSD.org>1999-07-11 06:06:52 +0000
commit66da7833842c9cc0821ca32c1c7997edac8cfe09 (patch)
tree50da863d39cbdc0cb948cebfb68b885020058754 /lib/libc_r/uthread/uthread_create.c
parent34582929f1839d86c2a9221901b2f44902683760 (diff)
Notes
Diffstat (limited to 'lib/libc_r/uthread/uthread_create.c')
-rw-r--r--lib/libc_r/uthread/uthread_create.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_create.c b/lib/libc_r/uthread/uthread_create.c
index 1641ce4c1bd3..26c0ebace3aa 100644
--- a/lib/libc_r/uthread/uthread_create.c
+++ b/lib/libc_r/uthread/uthread_create.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: uthread_create.c,v 1.15 1999/07/06 00:25:36 jasone Exp $
+ * $Id: uthread_create.c,v 1.16 1999/07/11 05:56:36 jasone Exp $
*/
#include <errno.h>
#include <stdlib.h>
@@ -81,7 +81,7 @@ pthread_create(pthread_t * thread, const pthread_attr_t * attr,
}
/* Allocate memory for a default-size stack: */
else if (pattr->stacksize_attr == PTHREAD_STACK_DEFAULT) {
- struct stack * spare_stack;
+ struct stack *spare_stack;
/* Allocate or re-use a default-size stack. */