am 5c5f303e
: Merge "Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>."
* commit '5c5f303e4c661a71ae8e4c7fd99fc7674360321e': Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
This commit is contained in:
commit
b80a05fa67
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue