From fb59b3a4f54777652dc877a1df0fcc009b741d87 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Thu, 16 Feb 2012 14:56:54 -0800 Subject: Add O_FSYNC define to sparc just like other platforms. --- sysdeps/unix/sysv/linux/sparc/bits/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h index 7f6c8cd5ba..7ce09da56c 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h @@ -39,6 +39,7 @@ #define O_TRUNC 0x0400 /* not fcntl */ #define O_EXCL 0x0800 /* not fcntl */ #define O_SYNC 0x802000 +#define O_FSYNC O_SYNC #define O_NONBLOCK 0x4000 #define O_NDELAY (0x0004 | O_NONBLOCK) #define O_NOCTTY 0x8000 /* not fcntl */ -- cgit 1.4.1