forked from len0rd/rockbox
thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31206 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
32d2cb3e8a
commit
09722dd28d
6 changed files with 0 additions and 11 deletions
|
@ -21,8 +21,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "gcc_extensions.h"
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
* Start the thread running and terminate it if it returns
|
||||
*---------------------------------------------------------------------------
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "gcc_extensions.h"
|
||||
|
||||
#if defined(MAX_PHYS_SECTOR_SIZE) && MEMORYSIZE == 64
|
||||
/* Support a special workaround object for large-sector disks */
|
||||
#define IF_NO_SKIP_YIELD(...) __VA_ARGS__
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "gcc_extensions.h"
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
* Start the thread running and terminate it if it returns
|
||||
*---------------------------------------------------------------------------
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <system.h>
|
||||
#include "gcc_extensions.h"
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
* Start the thread running and terminate it if it returns
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "gcc_extensions.h"
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
* Start the thread running and terminate it if it returns
|
||||
*---------------------------------------------------------------------------
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "gcc_extensions.h"
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
* Start the thread running and terminate it if it returns
|
||||
*---------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue