From c2d9837c0ebfb68511e54838350006520cc81de9 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 23 Sep 2014 20:12:05 -0700 Subject: [PATCH] bionic has O_RSYNC now. Change-Id: Idad77b6ddc0abe270edff773bb0316d30b9f894d --- toolbox/bsd-compatibility.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/toolbox/bsd-compatibility.h b/toolbox/bsd-compatibility.h index 9c6c34ade..36ddca985 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 and . */