ell.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] build: Fix exported symbols (tester)
@ 2021-04-06 22:53 Inga Stotland
  2021-04-07 22:17 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Inga Stotland @ 2021-04-06 22:53 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 519 bytes --]

---
 ell/ell.sym | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ell/ell.sym b/ell/ell.sym
index 606513c..229a2a6 100644
--- a/ell/ell.sym
+++ b/ell/ell.sym
@@ -670,9 +670,9 @@ global:
 	l_tester_destroy;
 	l_tester_start;
 	l_tester_summarize;
-	l_tester_test_add;
-	l_tester_test_add_full;
-	l_tester_test_get_stage;
+	l_tester_add;
+	l_tester_add_full;
+	l_tester_get_stage;
 	l_tester_get_data;
 	l_tester_pre_setup_complete;
 	l_tester_pre_setup_failed;
-- 
2.26.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] build: Fix exported symbols (tester)
  2021-04-06 22:53 [PATCH] build: Fix exported symbols (tester) Inga Stotland
@ 2021-04-07 22:17 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2021-04-07 22:17 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

Hi Inga,

On 4/6/21 5:53 PM, Inga Stotland wrote:
> ---
>   ell/ell.sym | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 

Applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-07 22:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 22:53 [PATCH] build: Fix exported symbols (tester) Inga Stotland
2021-04-07 22:17 ` Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).