aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2021-03-01 21:48:03 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-01 21:48:03 +0000
commit2ca2eca556152cdf276b265ec73d586d3ef70a00 (patch)
tree1730c7aab955ab46bf246a46f9c882234e92d3bc
parenta3cec77e8b3f7e61a0eeeea3da3d3aa43f21cf27 (diff)
parent1c2d992a087369212b7ffd41e0dbb27f4c3cd969 (diff)
downloadltp-2ca2eca556152cdf276b265ec73d586d3ef70a00.tar.gz
Add pidfd_send_signal. am: 1c2d992a08
Original change: https://android-review.googlesource.com/c/platform/external/ltp/+/1600698 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I1757279e5f8872c4cead5fdf2d63d481892fe63d
-rw-r--r--android/include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/include/config.h b/android/include/config.h
index 49a64e3e4..bb216469e 100644
--- a/android/include/config.h
+++ b/android/include/config.h
@@ -262,7 +262,7 @@
#define HAVE_PIDFD_OPEN 1
/* Define to 1 if you have the `pidfd_send_signal' function. */
-/* #undef HAVE_PIDFD_SEND_SIGNAL */
+#define HAVE_PIDFD_SEND_SIGNAL 1
/* Define to 1 if you have the `pkey_mprotect' function. */
/* #undef HAVE_PKEY_MPROTECT */