mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
refs #171 split the includes that are used for OSX vs linux builds
This commit is contained in:
parent
ca7651e522
commit
d93fe66d5e
1 changed files with 5 additions and 4 deletions
|
@ -89,11 +89,7 @@ PATENT RIGHTS GRANT:
|
|||
#ident "Copyright (c) 2007-2013 Tokutek Inc. All rights reserved."
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
|
||||
#include <set>
|
||||
#include <pthread.h>
|
||||
|
||||
#include <toku_include/memory.h>
|
||||
#include <portability/toku_pthread.h>
|
||||
|
||||
#include <util/scoped_malloc.h>
|
||||
|
||||
|
@ -120,6 +116,11 @@ void toku_scoped_malloc_destroy(void) {}
|
|||
|
||||
#else // __APPLE__
|
||||
|
||||
#include <set>
|
||||
#include <pthread.h>
|
||||
|
||||
#include <portability/toku_pthread.h>
|
||||
|
||||
namespace toku {
|
||||
|
||||
// see pthread_key handling at the bottom
|
||||
|
|
Loading…
Add table
Reference in a new issue