1 /* Check that unsupported readlink calls don't cause the simulator to abort.
2 #notarget: cris*-*-elf
3 #dest: ./readlink5.c.x
4 #xerror:
5 #output: Unimplemented readlink syscall (*)\n
6 #output: program stopped with signal 4 (*).\n
7 */
8 #include "readlink2.c"
9