summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/metag/metag.c
blob: a92f2149c09898551a2160cb69db6903bfff770c (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * 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)