summaryrefslogtreecommitdiff
path: root/config/android
diff options
context:
space:
mode:
Diffstat (limited to 'config/android')
-rw-r--r--config/android5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/android b/config/android
index c896f882e0ea2..67a3dd58aa1f3 100644
--- a/config/android
+++ b/config/android
@@ -85,8 +85,7 @@
* also define _POSIX_C_SOURCE, which throws our code off.
*/
-#define _BSD_SOURCE
-#define _SVID_SOURCE
+#define _DEFAULT_SOURCE
#define _POSIX_SOURCE
#define _XOPEN_SOURCE 500
#define _GNU_SOURCE
@@ -101,7 +100,7 @@
/****************** local defines *********************/
#ifndef _PATH_TCSHELL
-#define _PATH_TCSHELL "/system/bin/tcsh"
+#define _PATH_TCSHELL "/system/xbin/tcsh"
#endif
#define ECHO_STYLE BOTH_ECHO