Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)
put_select_single_np(2) OSS System Calls Reference Manual
• Compile the application using the -Wlp64 compiler command option.
• Link the application to the yputdll library (/G/system/zdllnnn/yputdll).
NOTES
To use a combination of the default thread-aware select() and the put_select_single_np() func-
tions in a single source file, you must compile the application using the _PUT_MODEL_ feature
test macro only and explicitly call put_select_single_np().
RETURN VALUES
See the select(2) reference page. The following information also applies:
• If the file descriptor becomes invalid (is closed by another thread), -1 is returned with an
errno of [EBADF].
• If a signal is received via the pthread_kill() function and is not blocked, ignored, or
handled, -1 is returned with an errno value of [EINTR].
RELATED INFORMATION
Functions: select(2).
5−268 Hewlett-Packard Company 527186-023