mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
2000-09-03 Ulrich Drepper <drepper@redhat.com> * time/sys/time.h (gettimeofday): Move restrict for tz parameter to the typedefs of __timezone_ptr_t. Reported by MATSUMURA Hiromitsu <coji2@mb.infoweb.ne.jp>. 2000-09-02 Jakub Jelinek <jakub@redhat.com> * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Increment counter in the loop. 2000-09-01 H.J. Lu <hjl@gnu.org> * Makeconfig (built-program-cmd): Don't use the dynamic linker to run a binary if it is in $(tests-static). * Rules (binaries-static): Add $(tests-static).
This commit is contained in:
@@ -200,6 +200,7 @@ _nss_files_get##name##_r (proto, \
|
||||
bufferend = (__stpcpy (bufferend, \
|
||||
tmp_result_buf.h_aliases[cnt]) \
|
||||
+ 1); \
|
||||
++cnt; \
|
||||
} \
|
||||
\
|
||||
if (cnt < newaliases) \
|
||||
|
Reference in New Issue
Block a user