Skip to content
Commit 992a88b6 authored by Hans-Christian Egtvedt's avatar Hans-Christian Egtvedt
Browse files

avr32: make architecture sys_clone prototype match asm-generic prototype



This patch will fix the arguments to the architecture sys_clone() function to
match the asm-generic/syscalls.h prototype. In the same go remove the
architecture specific prototype for the same function.

The sys_clone() function is only called from assembly, hence the argument types
were not having any affect.

Signed-off-by: default avatarHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
parent 664cb714
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment