Re: [PATCH v2 2/2] linux-user: Add support for 'mq_timedsend_time64()' and 'mq_timedreceive_time64()'

2020-08-24 Thread Laurent Vivier
Le 27/07/2020 à 01:52, Filip Bozuta a écrit : > This patch implements functionality for following time64 syscalls: > > *mq_timedsend_time64() > > This is a year 2038 safe vairant of syscall: > > int mq_timedsend(mqd_t mqdes, const char *msg_ptr, > size_t msg_len,

[PATCH v2 2/2] linux-user: Add support for 'mq_timedsend_time64()' and 'mq_timedreceive_time64()'

2020-07-26 Thread Filip Bozuta
This patch implements functionality for following time64 syscalls: *mq_timedsend_time64() This is a year 2038 safe vairant of syscall: int mq_timedsend(mqd_t mqdes, const char *msg_ptr, size_t msg_len, unsigned int msg_prio, const struct