From: Dmitry V. Levin Date: Sun, 9 Apr 2017 23:18:20 +0000 (+0000) Subject: Remove unused xlat/openmodessol.in X-Git-Tag: v4.17~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da55527b3f1d8cce67b370854f323e68d4554b89;p=strace Remove unused xlat/openmodessol.in * xlat/openmodessol.in: Remove file unused since commit v4.10-45-gdf4dd8b. --- diff --git a/xlat/openmodessol.in b/xlat/openmodessol.in deleted file mode 100644 index e42af6f8..00000000 --- a/xlat/openmodessol.in +++ /dev/null @@ -1,14 +0,0 @@ - { 0, "O_RDWR" }, - { 1, "O_RDONLY" }, - { 2, "O_WRONLY" }, - { 0x80, "O_NONBLOCK" }, - { 8, "O_APPEND" }, - { 0x100, "O_CREAT" }, - { 0x200, "O_TRUNC" }, - { 0x400, "O_EXCL" }, - { 0x800, "O_NOCTTY" }, - { 0x10, "O_SYNC" }, - { 0x40, "O_DSYNC" }, - { 0x8000, "O_RSYNC" }, - { 4, "O_NDELAY" }, - { 0x1000, "O_PRIV" },