diff options
Diffstat (limited to 'libpthread/sysdeps/l4/hurd/pt-kill.c')
-rw-r--r-- | libpthread/sysdeps/l4/hurd/pt-kill.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpthread/sysdeps/l4/hurd/pt-kill.c b/libpthread/sysdeps/l4/hurd/pt-kill.c new file mode 100644 index 00000000..c72e82f4 --- /dev/null +++ b/libpthread/sysdeps/l4/hurd/pt-kill.c @@ -0,0 +1,3 @@ +/* The generic version is good enough for us, however, the generic + Hurd on Mach version supplies a specialized version */ +#include "../generic/pt-kill.c" |