5 linux_user_ss.add(files(
13 'safe-syscall-error.c',
22 linux_user_ss.add(when: 'TARGET_HAS_BFLT', if_true: files('flatload.c'))
23 linux_user_ss.add(when: 'TARGET_I386', if_true: files('vm86.c'))
24 linux_user_ss.add(when: 'CONFIG_ARM_COMPATIBLE_SEMIHOSTING', if_true: files('semihost.c'))
27 syscall_nr_generators = {}