From cd43f797c473dbb5f6f4031e4abb784719e64c93 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Apr 2000 07:56:20 +0000 Subject: Update. 2000-04-18 Ulrich Drepper * posix/Makefile (tests): Add tst-getaddrinfo. * posix/tst-getaddrinfo.c: New file. and setresuid from sysdep_routines. --- posix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'posix/Makefile') diff --git a/posix/Makefile b/posix/Makefile index c988027e1f..509cc7033d 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -64,7 +64,8 @@ include ../Makeconfig aux := init-posix environ tests := tstgetopt testfnm runtests runptests \ - tst-preadwrite test-vfork regexbug1 tst-getlogin tst-mmap + tst-preadwrite test-vfork regexbug1 tst-getlogin tst-mmap \ + tst-getaddrinfo ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test -- cgit v1.2.1