![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have tried to use the getpri function
(get priority) from the standard C library, using the gcc compiler on AIX, but the function does not seem to reside in the library although it is declared in the header. The gcc was installed the normal way Any ideas ? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
getpri() is part of the AIX libc.a
I don't believe it is present in GNU's libc.a You do have getpriority() in GNU and you can find source for getpri() at... http://tivo.samba.org/download/mbm/src/ |
||||
| Google The UNIX and Linux Forums |