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