+2005-07-21 Roland McGrath <roland@redhat.com>
+
+ * stdlib/Makefile (headers): Move bits/wchar.h to ...
+ * wcsmbs/Makefile (headers): ... here. Add bits/wchar2.h too.
+
2005-07-21 Jakub Jelinek <jakub@redhat.com>
* wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
* debug/tst-chk1.c (do_test): Add test for swprintf with format
being the last argument.
+2005-07-21 Thorsten Kukuk <kukuk@suse.de>
+
+ * debug/getgroups_chk.c (__getgroups_chk): Fix return value.
+
+ * stdio-common/fxprintf.c: Include string.h.
+
2005-07-20 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
#include <unistd.h>
-char *
+int
__getgroups_chk (int size, __gid_t list[], size_t listlen)
{
if (__builtin_expect (size * sizeof (__gid_t) > listlen, 0))
# This file is updated automatically by Makefile.
glibc-branch := fedora
glibc-base := HEAD
-fedora-sync-date := 2005-07-21 08:14 UTC
-fedora-sync-tag := fedora-glibc-20050721T0814
+DIST_BRANCH := devel
+COLLECTION := dist-fc4
+fedora-sync-date := 2005-07-22 04:33 UTC
+fedora-sync-tag := fedora-glibc-20050722T0433
#include <stdarg.h>
#include <stdio.h>
#include <wchar.h>
+#include <string.h>
int
subdir := stdlib
headers := stdlib.h alloca.h monetary.h fmtmsg.h ucontext.h sys/ucontext.h \
- inttypes.h stdint.h bits/wordsize.h bits/wchar.h \
+ inttypes.h stdint.h bits/wordsize.h \
errno.h sys/errno.h bits/errno.h bits/stdlib.h
routines := \
-# Copyright (C) 1995-2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1995-2000,2002,2003,2004,2005 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
#
subdir := wcsmbs
-headers := wchar.h
+headers := wchar.h bits/wchar.h bits/wchar2.h
distribute := wcwidth.h wcsmbsload.h
routines := wcscat wcschr wcscmp wcscpy wcscspn wcsdup wcslen wcsncat \