commit | 0b310d9e574e72069eda4c93b4f36b8930698494 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Jul 19 01:36:18 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 19 01:36:18 2023 +0000 |
tree | 1d8e8dacda2e1ec38dc62a21defd33f0c690ebfc | |
parent | b88a23ec58d3da68cb6bd19367ea82e069cef098 [diff] | |
parent | f9a9537a26f50b442250120a477e92e31f3ab6ac [diff] |
Merge "Remove unused _ARC4_ATFORK() macro." into main
diff --git a/libc/private/thread_private.h b/libc/private/thread_private.h index 1f9eeb6..1a13690 100644 --- a/libc/private/thread_private.h +++ b/libc/private/thread_private.h
@@ -29,7 +29,6 @@ #define _ARC4_LOCK() _thread_arc4_lock() #define _ARC4_UNLOCK() _thread_arc4_unlock() -#define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) extern volatile sig_atomic_t _rs_forked;