diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-03-09 23:52:35 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2014-03-09 23:52:35 +0100 |
commit | e888d3564f581f640c8df8d4f7dca1645be27593 (patch) | |
tree | c8d8bccb1c08dfe54eaeac81cd20dd07037bcfad /open_issues | |
parent | ac551d0c3ca486e72a72f531a36ea809c26149ba (diff) |
open_issues/glibc: POSIX Timers.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/glibc.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index ad7b3c72..a16d2b8a 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -217,7 +217,6 @@ Last reviewed up to the [[Git mirror's 64a17f1adde4715bb6607f64decd73b2df9e6852 <tschwinge> youpi et al.: Is it a useful GSoC task to have the student implement interfaces in glibc that we are currently missing? <braunr> tschwinge: definitely - <braunr> posix_timers would be great <youpi> tschwinge: probably Many more are missing, some of which have been announced in `NEWS`, others @@ -1894,6 +1893,11 @@ Last reviewed up to the [[Git mirror's 64a17f1adde4715bb6607f64decd73b2df9e6852 moving the mount/umount functionality from our utilities to the libc + * <a name="posix_timers">POSIX Timers</a> + + `timer_create`, `timer_delete`, [[`clock_gettime`|clock_gettime]], and + so on. + For specific packages: * <a id=octave>[[octave]]</a> |