Actions
Bug #13793
closedva_arg(9F): va_arg() returns type, not (type *)
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
va_arg()
returns type
, but man page synopsis says (type *)
.
Reference: https://pubs.opengroup.org/onlinepubs/9699919799/functions/va_arg.html (Note: Strictly speaking, this reference is to POSIX while va_arg(9F)
is DDI, so they are not directly related.)
Updated by Marcel Telka over 1 year ago
Review Board: https://www.illumos.org/rb/r/2585/
Updated by Marcel Telka over 1 year ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk over 1 year ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit f1866c4b3066e4e43e7ba9c4cef7fcfaadaddd1f
commit f1866c4b3066e4e43e7ba9c4cef7fcfaadaddd1f Author: Marcel Telka <marcel@telka.sk> Date: 2021-06-21T15:12:27.000Z 13793 va_arg(9F): va_arg() returns type, not (type *) Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions