summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/fcntl.h')
-rw-r--r--mdk-stage1/dietlibc/include/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/dietlibc/include/fcntl.h b/mdk-stage1/dietlibc/include/fcntl.h
index 33f58d82a..08832ebda 100644
--- a/mdk-stage1/dietlibc/include/fcntl.h
+++ b/mdk-stage1/dietlibc/include/fcntl.h
@@ -320,7 +320,7 @@ struct flock64 {
};
#endif
-#elif defined(__powerpc__)
+#elif defined(powerpc) || defined(__powerpc64__)
/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
located on an ext2 file system */