blob: 91375df6d349e767bec2ea0eb598b27c8e6c663d (
plain)
1
2
3
4
5
6
7
8
9
|
/* As the included file, but specifying ENOSYS with message.
#notarget: cris*-*-elf
#sim: --cris-unknown-syscall=enosys
#output: Unimplemented syscall: 0 (0x3, 0x2, 0x1, 0x4, 0x6, 0x5)\n
#output: ENOSYS\n
#output: xyzzy\n
*/
#include "syscall2.c"
|