From 99dfbef48da238e9a29f83acf3897c2901e5de17 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 29 Jan 2018 22:56:03 +0100 Subject: hurd: Fix comments for FREAD and FWRITE * bits/fcntl.h: Fix comment for FREAD and FWRITE. * sysdeps/mach/hurd/bits/fcntl.h: Likewise. --- sysdeps/mach/hurd/bits/fcntl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/mach/hurd/bits/fcntl.h b/sysdeps/mach/hurd/bits/fcntl.h index cb8a6ff565..2cfaa872a5 100644 --- a/sysdeps/mach/hurd/bits/fcntl.h +++ b/sysdeps/mach/hurd/bits/fcntl.h @@ -135,7 +135,7 @@ #ifdef __USE_MISC -/* Bits in the file status flags returned by F_GETFL. */ +/* Flags for TIOCFLUSH. */ # define FREAD O_RDONLY # define FWRITE O_WRONLY -- cgit 1.4.1