diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-16 03:36:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-16 03:36:32 +0000 |
commit | 8112cc70b47d8817630d1754dabcf83d3c1fbdc2 (patch) | |
tree | c6e5c13e78e7adda0616609669c7d7c3df8dfe32 /nptl | |
parent | addc92bd05110b47e05e6c6693bdacf75213bf60 (diff) | |
download | glibc-8112cc70b47d8817630d1754dabcf83d3c1fbdc2.tar.gz glibc-8112cc70b47d8817630d1754dabcf83d3c1fbdc2.tar.xz glibc-8112cc70b47d8817630d1754dabcf83d3c1fbdc2.zip |
* nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r): int -> size_t
* nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise. * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Likewise. * nis/nis_table.c (__create_ib_request): Likewise.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b41680bd1c..9dd21a739e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-03-15 Roland McGrath <roland@redhat.com> + + * sysdeps/pthread/configure.in: New file. + * sysdeps/pthread/configure: New file (generated). + 2003-03-15 Ulrich Drepper <drepper@redhat.com> * allocatestack.c (allocate_stack): Store the exact stack size of |