summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-09-17 11:22:07 +0200
committerThomas Schwinge <thomas@codesourcery.com>2014-09-17 11:22:07 +0200
commitbb5d918ebbfef16189a63de4c6dc184a23763316 (patch)
treefb2dc8c800cc1b3ba5edfe9fc6daf789083e038c /user
parent3a57701f0206d28d8ca63b41cc3ab8630312dd96 (diff)
microkernel/mach/gnumach/interface/thread_get_state, thread_set_state: New.
Diffstat (limited to 'user')
-rw-r--r--user/jkoenig/java.mdwn3
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`.