summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/metag/metag.c
blob: bf2be68c88f7e3e9b94bca912cf4b93b42549eba (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (C) 2013 Imagination Technologies Ltd.
 *
 * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
 */

#include <errno.h>
#include <sys/syscall.h>

_syscall2(int,metag_setglobalbit,char *,addr,int,mask)
_syscall1(void,metag_set_fpu_flags,unsigned int,flags)