![]() |
![]() |
![]() |
![]() |
![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
This appendix includes:
Significant changes:
![]() |
Asynchronous messaging is an experimental feature; for information about the use of experimental software, see the Commercial Software License Agreement (CSLA) or Partner Software License Agreement (PSLA) in the Licensing area of our website, http://www.qnx.com/legal/licensing/. |
The shm_ctl_special() function also has new special flags for PPC and ARM platforms.
We've corrected the details about the resolution of the name of the typed memory object.
Significant changes:
Instead of: | Use: |
---|---|
drem() | remainder() |
dremf() | remainder() |
finite() | isfinite() |
finitef() | isfinite() |
isinff() | isinf() |
isnanf() | isnan() |
significand() | scalbn( x, -ilogb( x )) |
significandf() | scalbnf( x, -ilogbf( x )) |
scalbf() | scalbn() |
You can send a pulse to any process -- not just to a process in the same process group -- if your process has the appropriate permission.
Clarified what happens if the format string includes invalid multibyte characters.
The child process's tms_utime, tms_stime, tms_cutime, and tms_cstime are now calculated.
Significant changes:
Significant changes:
The following functions have been added:
![]() |
![]() |
![]() |
![]() |