aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-17 16:28:10 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-17 16:28:10 +0000
commit9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch)
tree94c3c0678d1349497abe2db6004e9331e50f6d37 /include/platform.h
parenta6127aacef047ed7661722705b052811fbe7f467 (diff)
downloadbusybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz
busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.bz2
busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip
whitespace cleanup
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/platform.h b/include/platform.h
index fdaf50920..91f43f30b 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -11,7 +11,7 @@
11#undef __GNUC_PREREQ 11#undef __GNUC_PREREQ
12#if defined __GNUC__ && defined __GNUC_MINOR__ 12#if defined __GNUC__ && defined __GNUC_MINOR__
13# define __GNUC_PREREQ(maj, min) \ 13# define __GNUC_PREREQ(maj, min) \
14 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min)) 14 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
15#else 15#else
16# define __GNUC_PREREQ(maj, min) 0 16# define __GNUC_PREREQ(maj, min) 0
17#endif 17#endif
@@ -264,7 +264,7 @@ typedef unsigned long long int uintmax_t;
264#define MS_SHARED (1<<20) 264#define MS_SHARED (1<<20)
265#endif 265#endif
266 266
267 267
268#if !defined(BLKSSZGET) 268#if !defined(BLKSSZGET)
269#define BLKSSZGET _IO(0x12, 104) 269#define BLKSSZGET _IO(0x12, 104)
270#endif 270#endif