Displaying 1 result from an estimated 1 matches for "rpl2".
Did you mean:
rpl
2010 Aug 10
1
semget() failed
Hello,
I'm trying to port RPL/2 (http://www.rpl2.net) to OS/2 and I don't
understand OS/2 semget(). RPL/2 uses POSIX semaphores. I have written a
minimal library that emulates POSIX semaphores with SysV ones. I have
tested this library on several Unix systems without any trouble.
On OS/2, semget() always returns -1 and I don't unders...