summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-01-26 22:26:22 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-26 22:26:22 +0000
commitcb88f029eec00114b17a4922a21b3f9c250b5386 (patch)
tree65d1c5aacc9c361feb4afe29917995fdd0f9b35d
parentec4355c4b28e67104c61102814faca7249bdc17f (diff)
parentb01bd80646bac804a635a7af0cdbabf3f88d616a (diff)
downloadnewfs_msdos-cb88f029eec00114b17a4922a21b3f9c250b5386.tar.gz
Don't #define SIGINFO. am: 69a606c4a4 am: b01bd80646
Original change: https://android-review.googlesource.com/c/platform/external/newfs_msdos/+/1560733 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iaeb4bee8cc9356042949d6b0335588bf2bf33c50
-rw-r--r--freebsd-compat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/freebsd-compat.h b/freebsd-compat.h
index 5e39c5a..1fdbafe 100644
--- a/freebsd-compat.h
+++ b/freebsd-compat.h
@@ -14,12 +14,6 @@
// This is used as the size of the write buffer of sectors.
#define MAXPHYS (1024 * 1024)
-//#define static_assert _Static_assert
-
-// TODO: do we actually want this, or should we live without?
-#define SIGINFO SIGUSR2
-
-
// On glibc, these headers use `__unused` as an identifier, so drag them in
// first.
#include <sys/stat.h>