about summary refs log tree commit diff
path: root/wcsmbs
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-12 21:33:22 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-12 21:33:22 +0000
commitb39c6f8b7a847270f8b0a0c9f101535cce29d00e (patch)
tree32774357959d3cd9b0f93708f9c2b7598c80885e /wcsmbs
parentc06cc21c043b02d0d7c078730695be370c66571c (diff)
downloadglibc-b39c6f8b7a847270f8b0a0c9f101535cce29d00e.tar.gz
glibc-b39c6f8b7a847270f8b0a0c9f101535cce29d00e.tar.xz
glibc-b39c6f8b7a847270f8b0a0c9f101535cce29d00e.zip
Update.
1998-09-12  Mark Kettenis  <kettenis@phys.uva.nl>

	* sysdeps/generic/segfault.c (install_handler): Install signal
	handler with SA_ONSTACK instead of setting the stack flags to
	SS_ONSTACK.  Do not install handler for SIGSTKFLT if it is not
	defined.

1998-09-12 14:24 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* signal/signal.h: Fix multiple inclusion guard to cover the
	entire file.
	* wcsmbs/wchar.h: Remove prototype of internal function
	__mbsrtowcs.
	* sysdeps/i386/i486/bits/string.h (memchr): Don't do
	arithmetic on `void *'.
Diffstat (limited to 'wcsmbs')
-rw-r--r--wcsmbs/wchar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h
index 0bf9c7c5b9..0bd50f7c60 100644
--- a/wcsmbs/wchar.h
+++ b/wcsmbs/wchar.h
@@ -244,9 +244,6 @@ extern __inline size_t mbrlen (__const char *__restrict __s, size_t __n,
 
 /* Write wide character representation of multibyte character string
    SRC to DST.  */
-extern size_t __mbsrtowcs __P ((wchar_t *__restrict __dst,
-				__const char **__restrict __src,
-				size_t __len, mbstate_t *__restrict __ps));
 extern size_t mbsrtowcs __P ((wchar_t *__restrict __dst,
 			      __const char **__restrict __src,
 			      size_t __len, mbstate_t *__restrict __ps));