sem* functions, need help

in /usr/include/sys/sem.h declared sem* (semctl, etc.) functions. When I
link my program, ld says:
cant find … semctl … etc.

Which library consists sem* group functions ???


Mike Gorchak
CJSC Malva
System Programmer

Mike Gorchak <deflektor@crosswinds.net> wrote:

in /usr/include/sys/sem.h declared sem* (semctl, etc.) functions. When I
link my program, ld says:
cant find … semctl … etc.

Which library consists sem* group functions ???

These functions are not yet implemented. You should look at the
functions in <semaphore.h> instead as they are currently
implemented. The others are on the TODO list.

Thomas