7646cb1abcd90351e05f661c84abcceddf1f9aa2
[ikiwiki.git] / posix_checklists / index.mdwn
1 Missing routines for POSIX:
2
3 200112
4 * sem_timedwait: Disabled in libthread for some reason
5 [optional]
6
7 200809
8
9 * sigqueue : optional in 200112, required in 200809. 
10 We don't support sigqueue or any posix signal queuing.
11
12 * mq_notify doesn't support SIGEV_THREAD
13 This would be fairly straightforward to support
14
15 * aio_notify doesn't support SIGEV_SIGNAL
16 This is blocked by lack of proper SIGINFO
17
18 * POSIX aio is implemented by wrapping synchronous routines
19
20 * POSIX aio routines do not perform full set of required tests.
21
22 * open_memstream seek behaviour is not posix-compliant.