public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/grte] Fix a return type in elf unload test
@ 2021-08-28  0:35 Fangrui Song
  0 siblings, 0 replies; 4+ messages in thread
From: Fangrui Song @ 2021-08-28  0:35 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6db4535a70acdbf258b52bd6c79ce56e226b4015

commit 6db4535a70acdbf258b52bd6c79ce56e226b4015
Author: Stan Shebs <stanshebs@google.com>
Date:   Thu Jul 22 13:00:52 2021 -0700

    Fix a return type in elf unload test

Diff:
---
 elf/unload8mod1.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elf/unload8mod1.c b/elf/unload8mod1.c
index 42a4298b6e..8df93a0859 100644
--- a/elf/unload8mod1.c
+++ b/elf/unload8mod1.c
@@ -8,7 +8,7 @@ mod1 (void)
   mod2 ();
 }
 
-void
+int
 mod1b (void)
 {
   void *h = dlopen ("$ORIGIN/unload8mod3.so", RTLD_LAZY);
@@ -17,4 +17,5 @@ mod1b (void)
       puts ("dlopen unload8mod3.so failed");
       return 1;
     }
+  return 0;
 }


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

* [glibc/maskray/grte] Fix a return type in elf unload test
@ 2021-08-28  0:31 Fangrui Song
  0 siblings, 0 replies; 4+ messages in thread
From: Fangrui Song @ 2021-08-28  0:31 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=96f36e2e971ea2d0af68a29f1650782c8d147609

commit 96f36e2e971ea2d0af68a29f1650782c8d147609
Author: Stan Shebs <stanshebs@google.com>
Date:   Thu Jul 22 13:00:52 2021 -0700

    Fix a return type in elf unload test

Diff:
---
 elf/unload8mod1.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elf/unload8mod1.c b/elf/unload8mod1.c
index 42a4298b6e..8df93a0859 100644
--- a/elf/unload8mod1.c
+++ b/elf/unload8mod1.c
@@ -8,7 +8,7 @@ mod1 (void)
   mod2 ();
 }
 
-void
+int
 mod1b (void)
 {
   void *h = dlopen ("$ORIGIN/unload8mod3.so", RTLD_LAZY);
@@ -17,4 +17,5 @@ mod1b (void)
       puts ("dlopen unload8mod3.so failed");
       return 1;
     }
+  return 0;
 }


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

* [glibc/maskray/grte] Fix a return type in elf unload test
@ 2021-08-27 23:49 Fangrui Song
  0 siblings, 0 replies; 4+ messages in thread
From: Fangrui Song @ 2021-08-27 23:49 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8587220beda149625b477c1364bd78a6b3de6630

commit 8587220beda149625b477c1364bd78a6b3de6630
Author: Stan Shebs <stanshebs@google.com>
Date:   Thu Jul 22 13:00:52 2021 -0700

    Fix a return type in elf unload test

Diff:
---
 elf/unload8mod1.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elf/unload8mod1.c b/elf/unload8mod1.c
index 42a4298b6e..8df93a0859 100644
--- a/elf/unload8mod1.c
+++ b/elf/unload8mod1.c
@@ -8,7 +8,7 @@ mod1 (void)
   mod2 ();
 }
 
-void
+int
 mod1b (void)
 {
   void *h = dlopen ("$ORIGIN/unload8mod3.so", RTLD_LAZY);
@@ -17,4 +17,5 @@ mod1b (void)
       puts ("dlopen unload8mod3.so failed");
       return 1;
     }
+  return 0;
 }


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

* [glibc/maskray/grte] Fix a return type in elf unload test
@ 2021-08-27 23:48 Fangrui Song
  0 siblings, 0 replies; 4+ messages in thread
From: Fangrui Song @ 2021-08-27 23:48 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7c80c996f6019d347ff3566e30600f3bcefa3118

commit 7c80c996f6019d347ff3566e30600f3bcefa3118
Author: Stan Shebs <stanshebs@google.com>
Date:   Thu Jul 22 13:00:52 2021 -0700

    Fix a return type in elf unload test

Diff:
---
 elf/unload8mod1.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elf/unload8mod1.c b/elf/unload8mod1.c
index 42a4298b6e..8df93a0859 100644
--- a/elf/unload8mod1.c
+++ b/elf/unload8mod1.c
@@ -8,7 +8,7 @@ mod1 (void)
   mod2 ();
 }
 
-void
+int
 mod1b (void)
 {
   void *h = dlopen ("$ORIGIN/unload8mod3.so", RTLD_LAZY);
@@ -17,4 +17,5 @@ mod1b (void)
       puts ("dlopen unload8mod3.so failed");
       return 1;
     }
+  return 0;
 }


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

end of thread, other threads:[~2021-08-28  0:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28  0:35 [glibc/maskray/grte] Fix a return type in elf unload test Fangrui Song
  -- strict thread matches above, loose matches on Subject: below --
2021-08-28  0:31 Fangrui Song
2021-08-27 23:49 Fangrui Song
2021-08-27 23:48 Fangrui Song

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 read-only IMAP folder(s) and NNTP newsgroup(s).