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