summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/avr32/Makefile.arch
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2009-12-16 13:16:08 +0100
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2010-01-21 11:31:33 +0100
commit2b69e9906e5087a796b3a15e9aabcd102c705b19 (patch)
tree577d8bafad675828fb53b7a9fbe65bf26392ca6f /libc/sysdeps/linux/avr32/Makefile.arch
parent831ea78623556cbfae002477afc6256cacaaf2c6 (diff)
avr32: add varargs handling of prctl syscall
prctl is defined to use varargs in the header file, hence it needs varargs specific handling in the source. This patch properly handles the variodic argument before the syscall is passed to the kernel for the AVR32 architecture. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'libc/sysdeps/linux/avr32/Makefile.arch')
-rw-r--r--libc/sysdeps/linux/avr32/Makefile.arch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/avr32/Makefile.arch b/libc/sysdeps/linux/avr32/Makefile.arch
index bc5f62550..98b85a7ce 100644
--- a/libc/sysdeps/linux/avr32/Makefile.arch
+++ b/libc/sysdeps/linux/avr32/Makefile.arch
@@ -5,7 +5,7 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
-CSRC := brk.c clone.c mmap.c sigaction.c
+CSRC := brk.c clone.c mmap.c prctl.c sigaction.c
SSRC := __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S \
sigrestorer.S syscall.S vfork.S