summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/metag/metag.c
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2009-11-26 10:20:01 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-03-14 22:47:04 +0100
commitcf349fcbb555b77f22d96fe3a7b25579337ab989 (patch)
treefd6cd3d86148ab0757c2531c2e0be68c690598ad /libc/sysdeps/linux/metag/metag.c
parent22686a1383c4a4a319eaaa6b16b1a9540114bd66 (diff)
libm: Add support for the Meta architecture
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/metag/metag.c')
-rw-r--r--libc/sysdeps/linux/metag/metag.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/metag/metag.c b/libc/sysdeps/linux/metag/metag.c
index a92f2149c..bf2be68c8 100644
--- a/libc/sysdeps/linux/metag/metag.c
+++ b/libc/sysdeps/linux/metag/metag.c
@@ -8,3 +8,4 @@
#include <sys/syscall.h>
_syscall2(int,metag_setglobalbit,char *,addr,int,mask)
+_syscall1(void,metag_set_fpu_flags,unsigned int,flags)