Fix tst-rfc3484 build failures

This commit is contained in:
Ulrich Drepper 2011-11-01 10:55:29 -04:00
parent e35f65ea8d
commit fadb59f8d3
4 changed files with 22 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2011-11-01 Ulrich Drepper <drepper@gmail.com>
* posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
* posix/tst-rfc3484-2.c: Likewise.
* posix/tst-rfc3484-3.c: Likewise.
* sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
process_vm_writev.
* sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and

View File

@ -19,6 +19,12 @@ __check_pf (bool *p1, bool *p2, struct in6addrinfo **in6ai, size_t *in6ailen)
*in6ailen = 0;
}
void
attribute_hidden
__free_in6ai (struct in6addrinfo *ai)
{
}
void
attribute_hidden
__check_native (uint32_t a1_index, int *a1_native,

View File

@ -19,6 +19,12 @@ __check_pf (bool *p1, bool *p2, struct in6addrinfo **in6ai, size_t *in6ailen)
*in6ailen = 0;
}
void
attribute_hidden
__free_in6ai (struct in6addrinfo *ai)
{
}
void
attribute_hidden
__check_native (uint32_t a1_index, int *a1_native,

View File

@ -19,6 +19,12 @@ __check_pf (bool *p1, bool *p2, struct in6addrinfo **in6ai, size_t *in6ailen)
*in6ailen = 0;
}
void
attribute_hidden
__free_in6ai (struct in6addrinfo *ai)
{
}
void
attribute_hidden
__check_native (uint32_t a1_index, int *a1_native,