am f30ff61e: am b44f9600: am b80a05fa: am 5c5f303e: Merge "Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>."

* commit 'f30ff61ef61f3d8b73257e89e4635fc1436f4bbc':
  Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
This commit is contained in:
Elliott Hughes
2013-03-22 16:47:49 +00:00
committed by Android Git Automerger

View File

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