* posix_ipc.cc (mq_open): Avoid compiler warning. Initialize mqhdr
before using it in file exists case. * include/mqueue.h (mqd_t): Make non-pointer type.
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
typedef void *mqd_t;
|
||||
typedef intptr_t mqd_t;
|
||||
|
||||
struct mq_attr {
|
||||
long mq_flags; /* Message queue flags */
|
||||
|
Reference in New Issue
Block a user