diff mbox series

[20/25] linux_scsi.c: fix redeclaration of _GNU_SOURCE

Message ID 20220209222610.438470-21-mcgrof@kernel.org (mailing list archive)
State New, archived
Headers show
Series dbench: fix compile warnings and update a bit | expand

Commit Message

Luis Chamberlain Feb. 9, 2022, 10:26 p.m. UTC
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
---
 linux_scsi.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/linux_scsi.c b/linux_scsi.c
index 3306cd0..a8ef61f 100644
--- a/linux_scsi.c
+++ b/linux_scsi.c
@@ -16,10 +16,6 @@ 
 */
 #include "dbench.h"
 
-#define _GNU_SOURCE
-#include <stdio.h>
-#undef _GNU_SOURCE
-
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <scsi/sg.h>