diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/jkoenig/java.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/jkoenig/java.mdwn b/user/jkoenig/java.mdwn index ebfa45a4..ebd00f6b 100644 --- a/user/jkoenig/java.mdwn +++ b/user/jkoenig/java.mdwn @@ -194,7 +194,8 @@ for broader testing. * The FPU state is not included in the `ucontext_t` passed to the signal handler. On the other hand, `ucontext_t` is actually being somewhat deprecated: the functions to restore it are no longer in POSIX. - `thread_get_state`() should return this information, in case we decide + [[microkernel/mach/gnumach/interface/thread_get_state]] should return + this information, in case we decide to fill the gap, and there might be existing glibc wrappers, too. * Perhaps have a look at `SA_NOCLDWAIT`. |