diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-21 18:23:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-21 18:23:50 +0000 |
commit | af269dd9541f881695ac27ad951c094b8dbd4738 (patch) | |
tree | bdf376bd4c205c886ba088ba94b80f80ac391ada /sysdeps/unix/sysv/linux/Makefile | |
parent | 1f4843fbffccebc60f85b1e1a48711d4fb9ab210 (diff) | |
download | glibc-af269dd9541f881695ac27ad951c094b8dbd4738.tar.gz |
[BZ #4514]
* stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
reinitialize workend at the start of each do_positional format spec
loop, free workstart before do_positional loops.
(printf_unknown): Fix size of work_buffer.
* stdio-common/tst-sprintf.c (main): Add 3 new testcases.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index a063b33389..f59e340f8e 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -13,7 +13,7 @@ endif ifeq ($(subdir),misc) sysdep_routines += sysctl clone llseek umount umount2 readahead \ - setfsuid setfsgid makedev + setfsuid setfsgid makedev epoll_pwait CFLAGS-gethostid.c = -fexceptions |