Commit 307aa7eb authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Spell getrlimit correctly.

Fixes bug in b0c1c700; bug
12229. Bugfix not in any released Tor.  Patch from "alphawolf".
parent 95d47a74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ static int filter_nopar_gen[] = {
#ifdef __NR_getgid32
    SCMP_SYS(getgid32),
#endif
#ifdef __NR_getrlimt
#ifdef __NR_getrlimit
    SCMP_SYS(getrlimit),
#endif
    SCMP_SYS(gettimeofday),