mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Cleanup: Remove os0thread
Let us use the common pthread_t wrapper for Microsoft Windows.
This fixes up commit dbe941e06f
This commit is contained in:
parent
7da351d804
commit
d1edb011ee
17 changed files with 54 additions and 133 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*****************************************************************************
|
||||
|
||||
Copyright (c) 2011, 2017, Oracle and/or its affiliates. All Rights Reserved.
|
||||
Copyright (c) 2017, 2021, MariaDB Corporation.
|
||||
Copyright (c) 2017, 2022, MariaDB Corporation.
|
||||
|
||||
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 the Free Software
|
||||
|
|
@ -35,7 +35,6 @@ Created April 08, 2011 Vasil Dimov
|
|||
#include "buf0dump.h"
|
||||
#include "dict0dict.h"
|
||||
#include "os0file.h"
|
||||
#include "os0thread.h"
|
||||
#include "srv0srv.h"
|
||||
#include "srv0start.h"
|
||||
#include "ut0byte.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue