Tony Whyman wrote on Wed, 20 Apr 2016:
The problem is that the code makes a direct call to the semctl
function (defined in ipc.pp) and uses the SEM_GETVAL constant as the
command value. "Identifier not found errors" are returned for
SEM_GETVAL (and SEM_SETVAL as well).
That's indeed a bu
I have a problem with some existing code that compiled with fpc 2.6.4
under OSX and does not compile with fpc 3.0.0.
The problem is that the code makes a direct call to the semctl function
(defined in ipc.pp) and uses the SEM_GETVAL constant as the command
value. "Identifier not found errors"