summaryrefslogtreecommitdiffstats
path: root/toolbox/bsd-compatibility.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-07-10 19:38:01 -0700
committerElliott Hughes <enh@google.com>2014-07-10 19:38:01 -0700
commit04650ef7f6167d59aad19d4cd6fc78b2d84c83e5 (patch)
tree0a4355e241c30864f9bfd96657ff9874ca4dd225 /toolbox/bsd-compatibility.h
parent7a8420ec4a7d248028b0a922e2d947f2129b1fe7 (diff)
downloadsystem_core-04650ef7f6167d59aad19d4cd6fc78b2d84c83e5.zip
system_core-04650ef7f6167d59aad19d4cd6fc78b2d84c83e5.tar.gz
system_core-04650ef7f6167d59aad19d4cd6fc78b2d84c83e5.tar.bz2
Sync with upstream grep.
Change-Id: Ie1da2e95ee7e3513afb87f357be983dc80cd1515
Diffstat (limited to 'toolbox/bsd-compatibility.h')
-rw-r--r--toolbox/bsd-compatibility.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolbox/bsd-compatibility.h b/toolbox/bsd-compatibility.h
index a304631..abc3064 100644
--- a/toolbox/bsd-compatibility.h
+++ b/toolbox/bsd-compatibility.h
@@ -31,6 +31,9 @@
/* We want chown to support user.group as well as user:group. */
#define SUPPORT_DOT
+/* We don't localize /system/bin! */
+#define WITHOUT_NLS
+
__BEGIN_DECLS
extern int uid_from_user(const char* name, uid_t* uid);