davidxu 2007-01-06 11:30:04 UTC
FreeBSD src repository
Modified files:
include mqueue.h
Log:
Add function __mq_oshandle() to get file handle of a mqueue.
Revision ChangesPath
1.3 +2 -0 src/include/mqueue.h
__
davidxu 2005-11-30 07:26:36 UTC
FreeBSD src repository
Modified files:
include mqueue.h
Log:
Fix compiling for c++, include cdefs.h.
Revision ChangesPath
1.2 +3 -0 src/include/mqueue.h
___
cvs-all@fre
On Sun, Nov 27, 2005 at 07:55:20AM +0800, David Xu wrote:
> >Is this header the same or different
> >from the header in /usr/src/sys/posix4 ?
> >
> It is different, I don't know why it is existing there.
The stuff in the posix4 directory was an attempt to fully implement the
POSIX realtime extens
Craig Rodrigues wrote:
On Sat, Nov 26, 2005 at 12:55:36PM +, David Xu wrote:
davidxu 2005-11-26 12:55:36 UTC
FreeBSD src repository
Added files:
include mqueue.h
Log:
Bring in POSIX message queue header file.
Is this header the same or different
from th
On Sat, Nov 26, 2005 at 12:55:36PM +, David Xu wrote:
> davidxu 2005-11-26 12:55:36 UTC
>
> FreeBSD src repository
>
> Added files:
> include mqueue.h
> Log:
> Bring in POSIX message queue header file.
Is this header the same or different
from the header in /usr
davidxu 2005-11-26 12:55:36 UTC
FreeBSD src repository
Added files:
include mqueue.h
Log:
Bring in POSIX message queue header file.
Revision ChangesPath
1.1 +51 -0 src/include/mqueue.h (new)
___
cvs-al