summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris/ipc.c
blob: 574d99fcda273ee9aa973c35390295115cec88c3 (plain)
1
2
3
4
#include <syscall.h>

_syscall6(int, ipc, unsigned int, call, int, first, int, second, int, third,
          void *, ptr, long, fifth);