summary refs log tree commit diff
path: root/posix
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-03-25 11:25:22 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-03-31 08:57:12 -0300
commitf902892aaf92295a7d3065370412fb51a13e13e9 (patch)
treed6f2cd0142c178095051f5c0bf19342647af17b7 /posix
parent2fe316888a5d4ef9b215c7de2532ce981930b97e (diff)
downloadglibc-f902892aaf92295a7d3065370412fb51a13e13e9.tar.gz
glibc-f902892aaf92295a7d3065370412fb51a13e13e9.tar.xz
glibc-f902892aaf92295a7d3065370412fb51a13e13e9.zip
posix: Remove unused variable on tst-_Fork.c
Checked on x86_64-linux-gnu and i686-linux-gnu.
Diffstat (limited to 'posix')
-rw-r--r--posix/tst-_Fork.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/posix/tst-_Fork.c b/posix/tst-_Fork.c
index d383f87bf7..ae1ba9bb21 100644
--- a/posix/tst-_Fork.c
+++ b/posix/tst-_Fork.c
@@ -85,7 +85,6 @@ singlethread_test (void)
 }
 
 
-static volatile sig_atomic_t sigusr1_handler_ran;
 #define SIG_PID_EXIT_CODE 20
 
 static bool atfork_prepare_var;