am b44f9600
: am b80a05fa
: am 5c5f303e
: Merge "Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>."
* commit 'b44f9600a38988749d9f893fc5d2e3b3a07e6938': Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
This commit is contained in:
commit
f30ff61ef6
@ -25,9 +25,10 @@
|
|||||||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
#include <linux/sched.h>
|
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
|
#include <linux/sched.h>
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.type __pthread_clone, @function
|
.type __pthread_clone, @function
|
||||||
|
Loading…
Reference in New Issue
Block a user