]> xenbits.xensource.com Git - libvirt.git/commit
cfg.mk: Introduce rule for setlocale()
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 4 Jun 2014 08:57:21 +0000 (10:57 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 4 Jun 2014 09:56:14 +0000 (11:56 +0200)
commit1919e355477b6211cb32a194a4aa895f0a5e4b06
treea487b5dd02f00e93f250ff57634186a980b7ed43
parent3289edd224bc1b1bbd5cfb1813c50f11ee0204a7
cfg.mk: Introduce rule for setlocale()

In the past we had some issues where setlocale() was called without
corresponding include of locale.h. While on some systems this may
work, on others the compilation failed. We should have a syntax-check
rule for that to prevent this from happening again.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
cfg.mk