> +#ifndef __NR_semtimedop > +# define __NR_semtimedop 1247 > +#endif If this is the approach you are taking, you can do that in sysdep.h and then syscalls.list will work without needing to add the new source file.