diff options
| author | Thomas Schwinge <thomas@codesourcery.com> | 2016-03-18 10:51:44 +0100 |
|---|---|---|
| committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-03-18 10:51:44 +0100 |
| commit | 74cea5526f697635a3b7a702c733c27a6258eb8e (patch) | |
| tree | 19e1a6deda4d1f70c2dd8fc6ac96ad2070e55392 /user/jkoenig/java.mdwn | |
| parent | f4ebd8729a7bd62cda48798cd19f47d2805c5f1d (diff) | |
| parent | 895751fb07e382499b4afb8339a5bdd0ee9a2c2b (diff) | |
Merge commit '895751fb07e382499b4afb8339a5bdd0ee9a2c2b'
Diffstat (limited to 'user/jkoenig/java.mdwn')
| -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`. |
