mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
2002-11-05 Ulrich Drepper <drepper@redhat.com> * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero. * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64, s_pwrite64, s_ftruncate, s_truncate): Re-add.
This commit is contained in:
parent
5bfed16d69
commit
0c2ee21ca6
@ -1,3 +1,7 @@
|
||||
2002-11-05 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
|
||||
|
||||
2002-11-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
|
||||
@ -16,6 +20,9 @@
|
||||
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
|
||||
Update clobber list and add a comment about the syscall ABI.
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
|
||||
s_pwrite64, s_ftruncate, s_truncate): Re-add.
|
||||
|
||||
2002-11-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* iconv/gconv_dl.c (free_mem): Clear loaded.
|
||||
|
@ -468,6 +468,7 @@ regcomp (preg, pattern, cflags)
|
||||
preg->buffer = NULL;
|
||||
preg->allocated = 0;
|
||||
preg->used = 0;
|
||||
preg->can_be_null = 0;
|
||||
|
||||
/* Try to allocate space for the fastmap. */
|
||||
preg->fastmap = re_malloc (char, SBC_MAX);
|
||||
|
@ -9,3 +9,9 @@ rt_sigsuspend - rt_sigsuspend i:pi __syscall_rt_sigsuspend
|
||||
rt_sigtimedwait - rt_sigtimedwait i:pppi __syscall_rt_sigtimedwait
|
||||
oldgetrlimit EXTRA getrlimit i:ip __old_getrlimit getrlimit@GLIBC_2.0
|
||||
oldsetrlimit EXTRA setrlimit i:ip __old_setrlimit setrlimit@GLIBC_2.0
|
||||
|
||||
# System calls with 64bit args
|
||||
s_ftruncate64 ftruncate64 ftruncate64 i:iii __syscall_ftruncate64
|
||||
s_pread64 pread64 pread i:ibnii __syscall_pread
|
||||
s_pwrite64 pwrite64 pwrite i:ibnii __syscall_pwrite
|
||||
s_truncate64 truncate64 truncate64 i:sii __syscall_truncate64
|
||||
|
Loading…
Reference in New Issue
Block a user