1
0
Fork 0
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:
Michael Sevakis 2011-12-10 20:47:59 +00:00
parent 32d2cb3e8a
commit 09722dd28d
6 changed files with 0 additions and 11 deletions

View file

@ -21,8 +21,6 @@
*
****************************************************************************/
#include "gcc_extensions.h"
/*---------------------------------------------------------------------------
* Start the thread running and terminate it if it returns
*---------------------------------------------------------------------------

View file

@ -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__

View file

@ -21,8 +21,6 @@
*
****************************************************************************/
#include "gcc_extensions.h"
/*---------------------------------------------------------------------------
* Start the thread running and terminate it if it returns
*---------------------------------------------------------------------------

View file

@ -23,7 +23,6 @@
****************************************************************************/
#include <system.h>
#include "gcc_extensions.h"
/*---------------------------------------------------------------------------
* Start the thread running and terminate it if it returns

View file

@ -21,8 +21,6 @@
*
****************************************************************************/
#include "gcc_extensions.h"
/*---------------------------------------------------------------------------
* Start the thread running and terminate it if it returns
*---------------------------------------------------------------------------

View file

@ -21,8 +21,6 @@
*
****************************************************************************/
#include "gcc_extensions.h"
/*---------------------------------------------------------------------------
* Start the thread running and terminate it if it returns
*---------------------------------------------------------------------------