Merge "qtaguid.h - remove qtaguid_setPacifier declaration" am: e28f0ecebc

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2362423

Change-Id: If33872bceec6fe750da2f0f5d611240e116227d3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Maciej Żenczykowski 2023-01-03 22:23:19 +00:00 committed by Automerger Merge Worker
commit d3ff1ab4bc

View file

@ -33,12 +33,6 @@ extern int qtaguid_tagSocket(int sockfd, int tag, uid_t uid);
*/
extern int qtaguid_untagSocket(int sockfd);
/*
* Enable/disable qtaguid functionnality at a lower level.
* When pacified, the kernel will accept commands but do nothing.
*/
extern int qtaguid_setPacifier(int on);
#ifdef __cplusplus
}
#endif