diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-26 21:17:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-26 21:17:54 +0000 |
commit | 419bcf40d791f84cbebaed50dfc488f24980ca31 (patch) | |
tree | 926d0a393202d936caf9f67ee11ef55c79a79646 /posix/Makefile | |
parent | c6bad06ac443077ba123165fa28f876b1b91a906 (diff) | |
download | glibc-419bcf40d791f84cbebaed50dfc488f24980ca31.tar glibc-419bcf40d791f84cbebaed50dfc488f24980ca31.tar.gz glibc-419bcf40d791f84cbebaed50dfc488f24980ca31.tar.bz2 glibc-419bcf40d791f84cbebaed50dfc488f24980ca31.zip |
[BZ #644]
* sysdeps/posix/getaddrinfo.c (fls): New function.
(gaih_inet): Don't use ffs, use fls. Convert address to native byte
order first.
* posix/Makefile (tests): Add tst-rfc3484.
* posix/tst-rfc3484.c: New file.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 39b078c7fd..8e53fdac44 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -87,7 +87,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-execvp1 tst-execvp2 tst-execlp1 tst-execlp2 \ tst-execv1 tst-execv2 tst-execl1 tst-execl2 \ tst-execve1 tst-execve2 tst-execle1 tst-execle2 \ - tst-execvp3 tst-execvp4 + tst-execvp3 tst-execvp4 tst-rfc3484 xtests := bug-ga2 ifeq (yes,$(build-shared)) test-srcs := globtest |