Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
Change-Id: I193a35f9790b82c83fd3b5672e24ac1b2034d0b0
This commit is contained in:
parent
3323628d63
commit
56d161bb62
@ -25,9 +25,10 @@
|
||||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
#include <linux/sched.h>
|
||||
#include <sys/linux-syscalls.h>
|
||||
|
||||
#include <asm/unistd.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/sched.h>
|
||||
|
||||
.text
|
||||
.type __pthread_clone, @function
|
||||
|
Loading…
Reference in New Issue
Block a user