diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:21:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:21:29 +0000 |
commit | 29cd838eab01ed7110f3ccb2e8c6a35c8a31dbcc (patch) | |
tree | 63ef546b10a81d461e5cf5ed9e98a68cd7dee1aa /src/kmk/.purify | |
parent | Initial commit. (diff) | |
download | kbuild-upstream/1%0.1.9998svn3589+dfsg.tar.xz kbuild-upstream/1%0.1.9998svn3589+dfsg.zip |
Adding upstream version 1:0.1.9998svn3589+dfsg.upstream/1%0.1.9998svn3589+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/kmk/.purify | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/kmk/.purify b/src/kmk/.purify new file mode 100644 index 0000000..dc1b1d9 --- /dev/null +++ b/src/kmk/.purify @@ -0,0 +1,12 @@ +# Solaris (2.5.1) has a couple if issues. +# +suppress plk malloc; setvbuf "libc*"; main "main.c" +suppress umr kstat_read; kstat_chain_update; kstat_open; getloadavg +suppress umr kstat_chain_update; kstat_open; getloadavg + +# The command line options stuff leaks a little bit. No big deal. +# +suppress mlk malloc; xmalloc "misc.c"; decode_env_switches "main.c" +suppress plk malloc; xmalloc "misc.c"; decode_env_switches "main.c" +suppress mlk malloc; xmalloc "misc.c"; concat "misc.c"; decode_env_switches "main.c" +suppress plk malloc; xmalloc "misc.c"; concat "misc.c"; decode_env_switches "main.c" |