diff options
author | Ton Voon <ton.voon@opsera.com> | 2010-06-21 13:50:34 +0100 |
---|---|---|
committer | Ton Voon <ton.voon@opsera.com> | 2010-06-21 13:50:34 +0100 |
commit | aab4e991d4e4213249058dd073543551c9c88c35 (patch) | |
tree | efc8cfb750476203fed0c3fc2d04fb1b274e8a81 /gl/strerror.c | |
parent | 29cf8ff2fea1a8f0e1f56b9f8a07fd7ee68c1770 (diff) | |
download | monitoring-plugins-aab4e991d4e4213249058dd073543551c9c88c35.tar.gz |
Sync with the latest Gnulib code (86ba51d)
Signed-off-by: Ton Voon <ton.voon@opsera.com>
Diffstat (limited to 'gl/strerror.c')
-rw-r--r-- | gl/strerror.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gl/strerror.c b/gl/strerror.c index b0df7784..46153abf 100644 --- a/gl/strerror.c +++ b/gl/strerror.c | |||
@@ -32,6 +32,9 @@ | |||
32 | 32 | ||
33 | # include "intprops.h" | 33 | # include "intprops.h" |
34 | 34 | ||
35 | /* Use the system functions, not the gnulib overrides in this file. */ | ||
36 | # undef sprintf | ||
37 | |||
35 | # undef strerror | 38 | # undef strerror |
36 | # if ! HAVE_DECL_STRERROR | 39 | # if ! HAVE_DECL_STRERROR |
37 | # define strerror(n) NULL | 40 | # define strerror(n) NULL |