aboutsummaryrefslogtreecommitdiff
path: root/include/mingw/sys/sysmacros.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 00:58:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 00:58:13 +0000
commit815c62dd8fbeaa3900c35f78ebcc58212c51c0fd (patch)
tree1605641dff9d3858f2b1595d8885bb0fe9496f34 /include/mingw/sys/sysmacros.h
parentb87ec6ea4f276286383543522a5f7e3b73c7d85c (diff)
parent63687023fc2e8871a718cb4e18458eece2e3460c (diff)
downloade2fsprogs-815c62dd8fbeaa3900c35f78ebcc58212c51c0fd.tar.gz
Change-Id: I813a61d2f320785008db3b605d83c943577cd14f
Diffstat (limited to 'include/mingw/sys/sysmacros.h')
-rw-r--r--include/mingw/sys/sysmacros.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/mingw/sys/sysmacros.h b/include/mingw/sys/sysmacros.h
index 18fcaaa3..a790cb2f 100644
--- a/include/mingw/sys/sysmacros.h
+++ b/include/mingw/sys/sysmacros.h
@@ -1,11 +1,5 @@
-
#pragma once
-/*
- * Fall back to Linux's definitions of makedev and major are needed.
- * The search_sysfs_block() function is highly unlikely to work on
- * non-Linux systems anyway.
- */
#ifndef makedev
#define makedev(maj, min) (((maj) << 8) + (min))
-#endif \ No newline at end of file
+#endif