diff options
author | Vladislav Vaintroub <wlad@sol> | 2009-12-04 20:05:04 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@sol> | 2009-12-04 20:05:04 +0000 |
commit | a426f50f5c77086f50d1853f48159c391bcd633f (patch) | |
tree | 88f8eb36158b237cddb8fd5b1c7ee5283f8124f6 /mysys/my_winthread.c | |
parent | 131d1e6fdd88090dde6144be3c3d5150449efb95 (diff) | |
parent | 560e76c567c3551f5a4320acfc954200e8330ad8 (diff) | |
download | mariadb-git-a426f50f5c77086f50d1853f48159c391bcd633f.tar.gz |
merge
Diffstat (limited to 'mysys/my_winthread.c')
-rw-r--r-- | mysys/my_winthread.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysys/my_winthread.c b/mysys/my_winthread.c index 35715832fc6..9fb1dd14b6c 100644 --- a/mysys/my_winthread.c +++ b/mysys/my_winthread.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (C) 2000 MySQL AB, 2008-2009 Sun Microsystems, Inc This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -63,8 +63,8 @@ static unsigned int __stdcall pthread_start(void *p) } -int pthread_create(pthread_t *thread_id, pthread_attr_t *attr, - pthread_handler func, void *param) +int pthread_create(pthread_t *thread_id, const pthread_attr_t *attr, + pthread_handler func, void *param) { uintptr_t handle; struct thread_start_parameter *par; |