diff --git a/kos/include/pthread.h b/kos/include/pthread.h index 1ed30f97d5..1d3213cf36 100644 --- a/kos/include/pthread.h +++ b/kos/include/pthread.h @@ -1,4 +1,4 @@ -/* HASH CRC-32:0x35c37c58 */ +/* HASH CRC-32:0xa0e6af56 */ /* Copyright (c) 2019-2024 Griefer@Work * * * * This software is provided 'as-is', without any express or implied * @@ -1134,7 +1134,7 @@ struct rpc_context; /* >> pthread_rpc_exec(3) * Schedule an RPC for `self' to-be executed the next time it makes * a call to a cancellation-point system call (or interrupt an active - * system call, should one such currently be in progress). + * system call, should one currently be in progress). * - RPCs are also executed by `pthread_testcancel(3)' * - The `struct rpc_context' structure is defined in `' * @return: 0: Success diff --git a/kos/src/libc/magic/pthread.c b/kos/src/libc/magic/pthread.c index c7a377b208..b43caae94f 100644 --- a/kos/src/libc/magic/pthread.c +++ b/kos/src/libc/magic/pthread.c @@ -1201,7 +1201,7 @@ pthread_t pthread_mainthread_np(void); @@>> pthread_rpc_exec(3) @@Schedule an RPC for `self' to-be executed the next time it makes @@a call to a cancellation-point system call (or interrupt an active -@@system call, should one such currently be in progress). +@@system call, should one currently be in progress). @@ - RPCs are also executed by `pthread_testcancel(3)' @@ - The `struct rpc_context' structure is defined in `' @@@return: 0: Success diff --git a/kos/src/libc/user/pthread.c b/kos/src/libc/user/pthread.c index 8db2db29fe..8a11615f16 100644 --- a/kos/src/libc/user/pthread.c +++ b/kos/src/libc/user/pthread.c @@ -1973,11 +1973,11 @@ NOTHROW_NCX(LIBCCALL libc_pthread_getcpuclockid)(pthread_t self, } /*[[[end:libc_pthread_getcpuclockid]]]*/ -/*[[[head:libc_pthread_rpc_exec,hash:CRC-32=0x65efdc6c]]]*/ +/*[[[head:libc_pthread_rpc_exec,hash:CRC-32=0x412dc627]]]*/ /* >> pthread_rpc_exec(3) * Schedule an RPC for `self' to-be executed the next time it makes * a call to a cancellation-point system call (or interrupt an active - * system call, should one such currently be in progress). + * system call, should one currently be in progress). * - RPCs are also executed by `pthread_testcancel(3)' * - The `struct rpc_context' structure is defined in `' * @return: 0: Success diff --git a/kos/src/libc/user/pthread.h b/kos/src/libc/user/pthread.h index e979bd8f9f..40a990b7e1 100644 --- a/kos/src/libc/user/pthread.h +++ b/kos/src/libc/user/pthread.h @@ -1,4 +1,4 @@ -/* HASH CRC-32:0xb8feec7d */ +/* HASH CRC-32:0x4909ea98 */ /* Copyright (c) 2019-2024 Griefer@Work * * * * This software is provided 'as-is', without any express or implied * @@ -270,7 +270,7 @@ INTDEF ATTR_CONST WUNUSED pthread_t NOTHROW(LIBCCALL libc_pthread_mainthread_np) /* >> pthread_rpc_exec(3) * Schedule an RPC for `self' to-be executed the next time it makes * a call to a cancellation-point system call (or interrupt an active - * system call, should one such currently be in progress). + * system call, should one currently be in progress). * - RPCs are also executed by `pthread_testcancel(3)' * - The `struct rpc_context' structure is defined in `' * @return: 0: Success