1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
1999-10-14  Ulrich Drepper  <drepper@cygnus.com>

	* manager.c (pthread_handle_create): Remove p_startfct initialization.

	* internals.h (_pthread_descr_struct): We don't need p_startfct field.
This commit is contained in:
Ulrich Drepper
1999-10-15 00:38:31 +00:00
parent 3e1e749e27
commit f6367df2fd
9 changed files with 36 additions and 19 deletions

View File

@@ -168,7 +168,7 @@ inet_aton(cp, addr)
* a.b.c (with c treated as 16 bits)
* a.b (with b treated as 24 bits)
*/
if (pp >> res.bytes + 3
if (pp > res.bytes + 3
|| val > 0xff)
goto ret_0;
*pp++ = val;