repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
361a6ce6ec30c9d4f7a6690659c50d290e281a2a
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
9
10
+#include <math.h>
11
+
12
#include "stdc.h"
13
#include <shmbutil.h>
14