Corinna Vinschen
7b487ba942
* Makefile.in (DLL_OFILES): Add posix_ipc.o.
* cygwin.din (mq_close): Export.
(mq_getattr): Export.
(mq_notify): Export.
(mq_open): Export.
(mq_receive): Export.
(mq_send): Export.
(mq_setattr): Export.
(mq_timedreceive): Export.
(mq_timedsend): Export.
(mq_unlink): Export.
* posix_ipc.cc: New file implementing the above functions. Move
shm_open and shm_unlink from syscalls.cc here.
* sysconf.cc (sca): Set value of _SC_MQ_OPEN_MAX to MQ_OPEN_MAX,
_SC_MQ_PRIO_MAX to MQ_PRIO_MAX, _SC_MESSAGE_PASSING to
_POSIX_MESSAGE_PASSING.
* include/limits.h (MQ_OPEN_MAX): Define.
(MQ_PRIO_MAX): Define.
* include/mqueue.h: New file.
* include/cygwin/version.h: Bump API minor number.
2007-02-14 10:06:46 +00:00
..
2006-12-11 19:59:06 +00:00
2007-01-21 22:54:05 +00:00
2007-02-14 10:06:46 +00:00
2005-06-01 18:24:31 +00:00
2006-07-25 19:23:23 +00:00
2007-02-08 13:36:53 +00:00
2005-07-26 00:55:42 +00:00
2005-03-28 21:58:23 +00:00
2005-08-08 15:00:39 +00:00
2005-11-10 21:17:15 +00:00
2005-12-03 05:01:51 +00:00
2006-08-07 19:29:14 +00:00
2006-05-28 15:50:14 +00:00
2005-08-08 09:45:42 +00:00
2007-01-28 11:27:05 +00:00
2006-01-09 12:41:54 +00:00
2006-10-17 17:34:56 +00:00
2005-06-10 12:11:35 +00:00
2005-02-22 19:45:41 +00:00
2007-02-14 10:06:46 +00:00
2006-02-13 19:01:32 +00:00
2007-02-14 10:06:46 +00:00
2007-02-01 15:54:40 +00:00
2007-02-07 17:22:40 +00:00
2006-12-11 19:59:06 +00:00
2005-03-27 02:31:33 +00:00
2007-02-07 17:22:40 +00:00
2006-07-03 12:30:04 +00:00
2007-01-05 15:09:22 +00:00
2006-02-02 22:46:37 +00:00