summaryrefslogtreecommitdiffstats
path: root/toolbox/bsd-compatibility.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-09-23 20:12:05 -0700
committerElliott Hughes <enh@google.com>2014-09-23 20:12:05 -0700
commitc2d9837c0ebfb68511e54838350006520cc81de9 (patch)
treed087486e24a0ffd51c40b57fccb266bd1da0dc00 /toolbox/bsd-compatibility.h
parent3772545c22fb28e27d150c97f88dd3b7c0a7c741 (diff)
downloadsystem_core-c2d9837c0ebfb68511e54838350006520cc81de9.zip
system_core-c2d9837c0ebfb68511e54838350006520cc81de9.tar.gz
system_core-c2d9837c0ebfb68511e54838350006520cc81de9.tar.bz2
bionic has O_RSYNC now.
Change-Id: Idad77b6ddc0abe270edff773bb0316d30b9f894d
Diffstat (limited to 'toolbox/bsd-compatibility.h')
-rw-r--r--toolbox/bsd-compatibility.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolbox/bsd-compatibility.h b/toolbox/bsd-compatibility.h
index 9c6c34a..36ddca9 100644
--- a/toolbox/bsd-compatibility.h
+++ b/toolbox/bsd-compatibility.h
@@ -50,9 +50,6 @@
#define S_ISWHT(x) false
-// TODO: should this be in bionic? (glibc does this, even though it's not quite right.)
-#define O_RSYNC O_SYNC
-
__BEGIN_DECLS
/* From NetBSD <grp.h> and <pwd.h>. */