This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Fix declaration of vsscanf on hpux


The attached hack fixes missing const from the first argument of the declararation for vsscanf on hpux.
This has been present forever.  sscanf is correctly declared, so I presume this is a typo.

I limited the fix to hpux since stage3 is over.

Tested on hppa2.0w-hp-hpux11.11.

Committed to trunk.

Dave
--
John David Anglin	dave.anglin@bell.net


Attachment: inclhack-vsscanf.d.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]