aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2012-07-02 10:51:46 +0200
committermaximilian attems <max@stro.at>2012-07-02 11:03:33 +0200
commit1ece5af4d7dccc7d8af3c358303fafdb52dbfe6d (patch)
tree631b31969e10dad334a404af143de2800a37d851
parent61d300672e0c1877482deed0f745b52ef306c7d3 (diff)
downloadklibc-1ece5af4d7dccc7d8af3c358303fafdb52dbfe6d.tar.gz
[klibc] dash: sync with latest git
Gains us compile and runtime fixes including newer dash >= 0.5.7. For now disable faccessat() as we yet miss AT_EACCESS definition. Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/dash/README.dash3
-rw-r--r--usr/dash/config.h12
2 files changed, 8 insertions, 7 deletions
diff --git a/usr/dash/README.dash b/usr/dash/README.dash
index dcce478cb20ff..653632737b7b8 100644
--- a/usr/dash/README.dash
+++ b/usr/dash/README.dash
@@ -2,7 +2,8 @@ This version of dash was obtained from
git://git.kernel.org/pub/scm/utils/dash/dash.git
-It corresponds up to changeset 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 ebd98f9728530..35230c739c086 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> header file. */
#define HAVE_INTTYPES_H 1
@@ -105,7 +102,7 @@
#define PACKAGE_NAME "dash"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "dash 0.5.6"
+#define PACKAGE_STRING "dash 0.5.7"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "dash"
@@ -114,7 +111,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.5.6"
+#define PACKAGE_VERSION "0.5.7"
/* Define to printf format string for intmax_t */
/* #undef PRIdMAX */
@@ -154,7 +151,10 @@
/* Version number of package */
-#define VERSION "0.5.6"
+#define VERSION "0.5.7"
+
+/* Define if you build with -DWITH_LINENO */
+#define WITH_LINENO 1
/* Define to 1 if on MINIX. */
/* #undef _MINIX */