aboutsummaryrefslogtreecommitdiffstats
path: root/missing
diff options
context:
space:
mode:
authorAdam Hess <adamhess1991@gmail.com>2023-10-12 11:15:53 -0700
committerPeter Zhu <peter@peterzhu.ca>2023-12-07 15:52:35 -0500
commit6816e8efcff3be75f8020cd1b0ea57d3cd664bbc (patch)
tree8f8484b955ba25e9df6a2038db0f156e7cbf71e4 /missing
parentb361a800c22e0248bf126d77e96a7bd4f9c34d1b (diff)
downloadruby-6816e8efcff3be75f8020cd1b0ea57d3cd664bbc.tar.gz
Free everything at shutdown
when the RUBY_FREE_ON_SHUTDOWN environment variable is set, manually free memory at shutdown. Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> Co-authored-by: Peter Zhu <peter@peterzhu.ca>
Diffstat (limited to 'missing')
-rw-r--r--missing/setproctitle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/missing/setproctitle.c b/missing/setproctitle.c
index 811829c060..6a85323818 100644
--- a/missing/setproctitle.c
+++ b/missing/setproctitle.c
@@ -135,6 +135,7 @@ compat_init_setproctitle(int argc, char *argv[])
}
#ifndef HAVE_SETPROCTITLE
+
void
setproctitle(const char *fmt, ...)
{