commit | c2d9837c0ebfb68511e54838350006520cc81de9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 23 20:12:05 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Sep 23 20:12:05 2014 -0700 |
tree | d087486e24a0ffd51c40b57fccb266bd1da0dc00 | |
parent | 3772545c22fb28e27d150c97f88dd3b7c0a7c741 [diff] |
bionic has O_RSYNC now. Change-Id: Idad77b6ddc0abe270edff773bb0316d30b9f894d
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>. */