[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>
diff --git a/usr/dash/README.dash b/usr/dash/README.dash
index dcce478..6536327 100644
--- a/usr/dash/README.dash
+++ b/usr/dash/README.dash
@@ -2,7 +2,8 @@
 
 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 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> 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 */