public inbox for gwml@vger.gnuweeb.org
 help / color / mirror / Atom feed
* [PATCH gwproxy v2 0/2] Fixes for older glibc version
@ 2025-07-31 22:25 Alviro Iskandar Setiawan
  2025-07-31 22:25 ` [PATCH gwproxy v2 1/2] log: Fix missing `gettid()` syscall on " Alviro Iskandar Setiawan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alviro Iskandar Setiawan @ 2025-07-31 22:25 UTC (permalink / raw)
  To: Ammar Faizi; +Cc: Alviro Iskandar Setiawan, GNU/Weeb Mailing List

Good morning!

Two patches to fix issues with older glibc version, specifically
glibc version 2.28 which is the default on AlmaLinux-8.

  GNU CC version 8.5.0 20210514 (Red Hat 8.5.0-26) with glibc version 2.28.

v2:
  - Define __sys_gettid() in syscall.h instead of log.c to avoid
    missing __do_syscall0() definition on architectures other
    than x86_64.

Signed-off-by: Alviro Iskandar Setiawan <alviro.iskandar@gnuweeb.org>
---

Alviro Iskandar Setiawan (2):
  log: Fix missing `gettid()` syscall on older glibc version
  configure: Append `-lanl` lib to fix missing `getaddrinfo_a()`

 Makefile              | 2 +-
 configure             | 6 +++---
 src/gwproxy/log.c     | 3 ++-
 src/gwproxy/syscall.h | 9 +++++++++
 4 files changed, 15 insertions(+), 5 deletions(-)


base-commit: f897120d186dcf609d025c48be0be9f044b2b46b
-- 
Alviro Iskandar Setiawan


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

end of thread, other threads:[~2025-07-31 22:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31 22:25 [PATCH gwproxy v2 0/2] Fixes for older glibc version Alviro Iskandar Setiawan
2025-07-31 22:25 ` [PATCH gwproxy v2 1/2] log: Fix missing `gettid()` syscall on " Alviro Iskandar Setiawan
2025-07-31 22:25 ` [PATCH gwproxy v2 2/2] configure: Append `-lanl` lib to fix missing `getaddrinfo_a()` Alviro Iskandar Setiawan
2025-07-31 22:32 ` [PATCH gwproxy v2 0/2] Fixes for older glibc version Ammar Faizi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox