]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 261518:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Feb 2014 20:16:32 +0000 (20:16 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Feb 2014 20:16:32 +0000 (20:16 +0000)
commitdc4ebc36a0b2a8eba3df20507b15fb55600222c7
treeccffcd3329958cef4b149e31fcd6087c383a1fce
parent1669c1c7238ffc0d3c0d57a5f574ede460e69e67
MFC 261518:
- Update a few places to account for va_copy().
- Create a separate 'return values' section and move some statements about
  return values to that section.
- Note that each invocation of va_start() and va_copy() must be paired with
  va_end() in the same function.

git-svn-id: svn://svn.freebsd.org/base/stable/10@262190 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man3/stdarg.3