Comment 15 for bug 1042388

Revision history for this message
Erik de Castro Lopo (erikd) wrote :

This has been fixed in Git in the following commits:

    commit f4f1e10a58cb5ec7806d47d20671e668a52c3e70
    Author: Erik de Castro Lopo <email address hidden>
    Date: Fri Nov 29 18:39:23 2013 +1100

        linux-user: Implement handling of 5 POSIX timer syscalls.

        Implement timer_create, timer_settime, timer_gettime, timer_getoverrun
        and timer_delete.

        Signed-off-by: Erik de Castro Lopo <email address hidden>
        Signed-off-by: Riku Voipio <email address hidden>

    commit 905bba13ca292cb8c83fe5ccdf8a95bd04168bb1
    Author: Erik de Castro Lopo <email address hidden>
    Date: Fri Nov 29 18:39:22 2013 +1100

        linux-user: Add target struct defs needed for POSIX timer syscalls.

        Signed-off-by: Erik de Castro Lopo <email address hidden>
        Signed-off-by: Riku Voipio <email address hidden>

Thi s bug can be closed as resolved.