Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
bf2768bd0f
commit
ea34ddeea6
37998 changed files with 9510514 additions and 0 deletions
25
bsd-user/freebsd/target_os_thread.h
Normal file
25
bsd-user/freebsd/target_os_thread.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
/*
|
||||
* FreeBSD thread dependent code and definitions
|
||||
*
|
||||
* Copyright (c) 2013 Stacey D. Son
|
||||
*
|
||||
* 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 Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef TARGET_OS_THREAD_H
|
||||
#define TARGET_OS_THREAD_H
|
||||
|
||||
#include "target_arch_thread.h"
|
||||
|
||||
#endif /* TARGET_OS_THREAD_H */
|
Loading…
Add table
Add a link
Reference in a new issue