commit | f9a9537a26f50b442250120a477e92e31f3ab6ac | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jul 18 22:44:40 2023 +0000 |
committer | Elliott Hughes <enh@google.com> | Tue Jul 18 22:44:40 2023 +0000 |
tree | 7894eb093b9c738b924284d193f6696228a2deb8 | |
parent | a2cdb247e1de9a53a553e214bb4a9fb85717f852 [diff] |
Remove unused _ARC4_ATFORK() macro. Test: treehugger Change-Id: Ie1ac8a5512f89da34f8d04f177bc8d4a303c42d2
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;