mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
2001-03-21 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/makecontext.c: Include libintl.h for internationalized printfs to work.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-03-21 Jes Sorensen <jes@linuxcare.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/ia64/makecontext.c: Include libintl.h
|
||||||
|
for internationalized printfs to work.
|
||||||
|
|
||||||
2001-03-09 Bruno Haible <haible@clisp.cons.org>
|
2001-03-09 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
* intl/dcigettext.c (transmem_block_t): Change to unsigned char, to
|
* intl/dcigettext.c (transmem_block_t): Change to unsigned char, to
|
||||||
|
@ -495,7 +495,7 @@ int __pthread_initialize_manager(void)
|
|||||||
struct pthread_request request;
|
struct pthread_request request;
|
||||||
|
|
||||||
#ifndef HAVE_Z_NODELETE
|
#ifndef HAVE_Z_NODELETE
|
||||||
if (__builtin_expect (&__dso_handle != NULL, 1))
|
if (__builtin_expect (&__dso_handle != NULL, 1))
|
||||||
__cxa_atexit ((void (*) (void *)) pthread_atexit_retcode, NULL,
|
__cxa_atexit ((void (*) (void *)) pthread_atexit_retcode, NULL,
|
||||||
__dso_handle);
|
__dso_handle);
|
||||||
#endif
|
#endif
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
#include <libintl.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Reference in New Issue
Block a user