diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-13 21:27:53 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-04-15 12:51:06 (GMT) |
commit | 808b2adba63177e8a15f4d6e555dfce1c160c6e9 (patch) | |
tree | 400b2216423018f54d07938ea987fa929d43082f /doc/src/snippets/code/src_gui_util_qundostack.cpp | |
parent | 7e0aa0a2306ada727bce07178379f0f72dd70d20 (diff) | |
download | Qt-808b2adba63177e8a15f4d6e555dfce1c160c6e9.zip Qt-808b2adba63177e8a15f4d6e555dfce1c160c6e9.tar.gz Qt-808b2adba63177e8a15f4d6e555dfce1c160c6e9.tar.bz2 |
Fix compilation on Solaris, AIX and HP-UX.
There's no bzero function in POSIX. It's a 4.3BSD function, legacy in
POSIX.2001 and removed in POSIX.2008.
And good compilers will inline the function anyway by a builtin. It's
one of the most basic algorithms.
Reviewed-by: Trust Me
(cherry picked from commit 59b9f56a18ef0080938626df4a30bc869f8096ef)
Diffstat (limited to 'doc/src/snippets/code/src_gui_util_qundostack.cpp')
0 files changed, 0 insertions, 0 deletions