Hello Eugene, On 1/5/19 6:24 AM, Eugene Syromiatnikov wrote:
It's defined in <asm/fcntl.h> on HP PA-RISC, but is not used anyway.
Thanks. Patch applied. Cheers, Michael
Signed-off-by: Eugene Syromiatnikov <esyr@xxxxxxxxxx> --- man2/open.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2/open.2 b/man2/open.2 index 75e2b59..d0c1fb2 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -1390,6 +1390,10 @@ but not .BR O_RSYNC to have the same value as .BR O_SYNC .) +.B O_RSYNC +is also defined in Linux header file +.B <asm/fcntl.h> +on HP PA-RISC, but is not used. .PP .BR O_SYNC provides synchronized I/O