perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / shell / bash / patches / solaris-004.snprintf.c.patch
blob361a6ce6ec30c9d4f7a6690659c50d290e281a2a
1 # We need to include <math.h> for bash's own implementation
2 # of snprintf.
3 # Solaris-specific patch. Not for upstream.
4 --- lib/sh/snprintf.c 2010-05-30 15:34:52.000000000 -0700
5 +++ lib/sh/snprintf.c 2011-11-29 09:31:46.751983149 -0800
6 @@ -120,6 +120,8 @@
7 # include <locale.h>
8 #endif
10 +#include <math.h>
12 #include "stdc.h"
13 #include <shmbutil.h>