aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2021-02-22 23:35:58 -0800
committerJosh Gao <jmgao@google.com>2021-02-22 23:39:30 -0800
commit1c2d992a087369212b7ffd41e0dbb27f4c3cd969 (patch)
tree1730c7aab955ab46bf246a46f9c882234e92d3bc
parentc800087fe867470c29ad511023cbbdd202c053c1 (diff)
downloadltp-1c2d992a087369212b7ffd41e0dbb27f4c3cd969.tar.gz
Add pidfd_send_signal.
Bionic's growing wrappers for all of the pidfd_* functions, to be able to instrument them for fdtrack. Bug: http://b/172518739 Test: treehugger Change-Id: I3298c9ebf6a8d3656ec96bb116242089e670c1a6
-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 */