Displaying 2 results from an estimated 2 matches for "35230c7".
Did you mean:
352307
2012 Jul 02
0
[klibc:master] dash: sync with latest git
...set ec2c84d3c4dba4b74440d72bdd1de416a9acd2a9.
+It corresponds up to changeset 46d3c1a614f11f0d40a7e73376359618ff07abcd
+omitting ee5cbe9fd6bc02f31b4d955606288de36c3d4eab.
HOWTO sync branch:
1) Generate patch and fix up their path
diff --git a/usr/dash/config.h b/usr/dash/config.h
index ebd98f9..35230c7 100644
--- a/usr/dash/config.h
+++ b/usr/dash/config.h
@@ -29,9 +29,6 @@
/* Define to 1 if you have the `glob' function. */
/* #undef HAVE_GLOB */
-/* Define to 1 if you have the `imaxdiv' function. */
-/* #undef HAVE_IMAXDIV */
-
/* Define to 1 if you have the <inttypes.h> heade...
2013 May 13
0
[klibc:sysconf] Framework and trivial implementation of sysconf(3)
...clude/sys/sysconf.h | 40 ++++++++++++++++++++++++++++++++++++++++
usr/include/unistd.h | 7 +++++--
usr/klibc/Kbuild | 3 ++-
usr/klibc/sysconf/sysconf.c | 8 ++++++++
5 files changed, 56 insertions(+), 4 deletions(-)
diff --git a/usr/dash/config.h b/usr/dash/config.h
index 35230c7..9757009 100644
--- a/usr/dash/config.h
+++ b/usr/dash/config.h
@@ -81,7 +81,7 @@
#define HAVE_STRTOUMAX 1
/* Define to 1 if you have the `sysconf' function. */
-/* #undef HAVE_SYSCONF */
+#define HAVE_SYSCONF 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define H...