about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorSergey Kolosov <skolosov@redhat.com>2024-04-10 17:58:04 +0200
committerArjun Shankar <arjun@redhat.com>2024-04-10 18:10:22 +0200
commit6687a6e3f962759536a8019d31c68c1009ccd6eb (patch)
treeeea37f30559a72470ef61b2ef71c6368e9a3bb27 /support/Makefile
parent42e48e720c78ab75eb8def9e866da52b0ac278df (diff)
downloadglibc-6687a6e3f962759536a8019d31c68c1009ccd6eb.tar.gz
glibc-6687a6e3f962759536a8019d31c68c1009ccd6eb.tar.xz
glibc-6687a6e3f962759536a8019d31c68c1009ccd6eb.zip
libsupport: Add xgetpeername
The patch adds redirections for getpeername.

Reviewed-by: Arjun Shankar <arjun@redhat.com>
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index 362a51f882..aa57207bdc 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -131,6 +131,7 @@ libsupport-routines = \
   xfreopen \
   xftruncate \
   xgetline \
+  xgetpeername \
   xgetsockname \
   xlisten \
   xlseek \