diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/arch-fork.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/arch-fork.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arch-fork.h b/sysdeps/unix/sysv/linux/arch-fork.h index 84e5ef5a7f..0e0eccbf38 100644 --- a/sysdeps/unix/sysv/linux/arch-fork.h +++ b/sysdeps/unix/sysv/linux/arch-fork.h @@ -28,7 +28,7 @@ to store the child thread ID at its locationm, to erase it in child memory when the child exits, and do a wakeup on the futex at that address. - The architecture with non-default kernel abi semantic should correctlly + The architecture with non-default kernel abi semantic should correctly override it with one of the supported calling convention (check generic kernel-features.h for the clone abi variants). */ static inline pid_t |