]> git.proxmox.com Git - mirror_frr.git/commit
lib/printf: rename & private __find_arguments
authorDavid Lamparter <equinox@diac24.net>
Sun, 12 May 2019 20:39:59 +0000 (22:39 +0200)
committerDavid Lamparter <equinox@diac24.net>
Mon, 3 Jun 2019 14:44:32 +0000 (16:44 +0200)
commit8be3678a2331250b0559d07526e66b73d1794d8c
treea4af45407a189a6d7ee0a03649ce3f070502e1e6
parente8c672ea8101c541f66e0959d526ae4f5a2a778d
lib/printf: rename & private __find_arguments

These are internal to printf(), and symbols starting with __ are
reserved for the compiler/libc.

Signed-off-by: David Lamparter <equinox@diac24.net>
lib/compiler.h
lib/module.h
lib/printf/printf-pos.c
lib/printf/printflocal.h
lib/printf/vfprintf.c