diff options
| author | Thomas Schwinge <thomas@codesourcery.com> | 2015-11-01 18:57:00 +0100 |
|---|---|---|
| committer | Thomas Schwinge <thomas@codesourcery.com> | 2015-11-01 18:57:00 +0100 |
| commit | cc1cbfb21aed52b60313121654345b167c7cdda7 (patch) | |
| tree | 6d850dbefc1cc8b2edc8f6253fcd27808a8decf0 /user | |
| parent | 5f2e6be200ae3ddf559697e028aca90c26f58360 (diff) | |
| parent | c27bbcb3d543ba954d5c63c628b0077680f92371 (diff) | |
Merge commit 'c27bbcb3d543ba954d5c63c628b0077680f92371'
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`. |
