Re: [PATCH] fcntl-h: avoid build errors when O_SYNC==O_DSYNC

2014-11-12 Thread Paul Eggert
Thanks, I installed that into gnulib.

[PATCH] fcntl-h: avoid build errors when O_SYNC==O_DSYNC

2014-11-12 Thread Mike Frysinger
From: Jeroen Roovers On parisc Linux, O_SYNC and O_DSYNC have the same value. Add a check to the fcntl tests to avoid build errors: test-fcntl-h.c:115:5: error: duplicate case value https://bugs.gentoo.org/477680 * tests/test-fcntl-h.c (main): Check O_SYNC is different from O_DSYNC. --- tests/t