diff options
author | Jeremie Koenig <jk@jk.fr.eu.org> | 2011-04-08 18:06:30 +0200 |
---|---|---|
committer | Jeremie Koenig <jk@jk.fr.eu.org> | 2011-04-08 18:06:30 +0200 |
commit | cd0c5d6044001a248c522b55c637a8610567644d (patch) | |
tree | f47bf9a3f2325b76fa67538c72e35435c9d50904 /user/jkoenig | |
parent | 67c45ea1f4eef284234d69ffad5fd7548f289a84 (diff) |
gsoc2011 (java): fix
Diffstat (limited to 'user/jkoenig')
-rw-r--r-- | user/jkoenig/gsoc2011_proposal.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/jkoenig/gsoc2011_proposal.mdwn b/user/jkoenig/gsoc2011_proposal.mdwn index fe05e2c0..d746aa4e 100644 --- a/user/jkoenig/gsoc2011_proposal.mdwn +++ b/user/jkoenig/gsoc2011_proposal.mdwn @@ -309,7 +309,8 @@ examples: operations should be provided by the `Syscall` class instead. Finally, access should be provided to the initial ports and file descriptors -in `_hurd_ports` and `FIXME`, for instance through static methods such as +in `_hurd_ports` and provided by the `getdport()` function, +for instance through static methods such as `getCRDir()`, `getCWDir()`, `getProc()`, ... in a dedicated class such as `org.gnu.hurd.InitPorts`. |