20,11 → 20,11 |
|
/** |
------------ |
CVS : $Id: mqueue.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $ |
CVS : $Id: mqueue.h,v 1.2 2003-03-13 13:41:04 pj Exp $ |
|
File: $File$ |
Revision: $Revision: 1.1.1.1 $ |
Last update: $Date: 2002-03-29 14:12:51 $ |
Revision: $Revision: 1.2 $ |
Last update: $Date: 2003-03-13 13:41:04 $ |
------------ |
|
POSIX message queues: |
61,7 → 61,10 |
#include <fcntl.h> |
#include <time.h> |
#include <signal.h> |
#include "ll/sys/cdefs.h" |
|
__BEGIN_DECLS |
|
typedef int mqd_t; |
|
struct mq_attr { |
90,4 → 93,5 |
struct mq_attr *omqstat); |
int mq_getattr(mqd_t mqdes, struct mq_attr *mqstat); |
|
__END_DECLS |
#endif |