PROBLEM: (CH_G03471, 92575, 87500) (PATCH ID: OSF440-793) ******** When both libaio and libaio_raw are linked into the same image, the run-time environment will execute both __init_aio routines - which register prefork handlers that take a mutex. This causes the prefork handler to be called twice by the same thread. The first gets the mutex and the second blocks... forever. Closed a race condition when an AIO request was cancelled before the thread created to handle the request was dispatched. Stale global data generated the "inconsistency" check. The thread now detects this condition and recovers gracefully. The race condition may result in a process exit displaying: Internal AIO consistency error: No thread pointer at fd X. Aborting". PROBLEM: (HPAQC1TZ5) (PATCH ID: OSF440-765) ******** Support for up to NEW_OPEN_MAX_SYSTEM (64K) file descriptors added to libaio.