summaryrefslogtreecommitdiffstats
path: root/toolbox
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-09-24 05:08:24 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-24 05:08:24 +0000
commit45625ecc43a7bb29afd8fa96186349c8edb289a9 (patch)
treeaf44882f70b37e8207290bee4c3005dce602de9a /toolbox
parente6b10121ad2326d8c5d9d86a3a3ff50e3f8b889f (diff)
parent5da0e2ee2bd695d8644af3b18d045d6046a4fba8 (diff)
downloadsystem_core-45625ecc43a7bb29afd8fa96186349c8edb289a9.zip
system_core-45625ecc43a7bb29afd8fa96186349c8edb289a9.tar.gz
system_core-45625ecc43a7bb29afd8fa96186349c8edb289a9.tar.bz2
am 5da0e2ee: am 49e37652: Merge "bionic has O_RSYNC now."
* commit '5da0e2ee2bd695d8644af3b18d045d6046a4fba8': bionic has O_RSYNC now.
Diffstat (limited to 'toolbox')
-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>. */