From 5b11d2c03795e86a3385e43b13589ac3bc177ee1 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 27 Mar 2023 12:09:43 +0900 Subject: [PATCH] Improve export file library.map. This commit removes a symbol for a function that is no longer used from the export file library.map. Additionally, it replaces a tab character that was accidentally added with four spaces. These changes improve the clarity and consistency of the export file. --- agent/lib/library.map | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agent/lib/library.map b/agent/lib/library.map index 0c9af41..db3ca60 100644 --- a/agent/lib/library.map +++ b/agent/lib/library.map @@ -19,7 +19,7 @@ statsinfo_meminfo; statsinfo_rusage; statsinfo_rusage_reset; - statsinfo_rusage_info; + statsinfo_rusage_info; statsinfo_sample; statsinfo_sample_wait_sampling; statsinfo_sample_wait_sampling_reset; @@ -29,6 +29,5 @@ statsinfo_stop; statsinfo_tablespaces; statsinfo_wait_sampling_profile; - statsinfo_wait_sampling_reset_profile; local: *; };