mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
Update.
2002-12-05 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/tls.h: Include stdlib.h. * sysdeps/x86_64/tls.h: Likewise.
This commit is contained in:
parent
abbd6175b4
commit
33b5d0cc7f
@ -1,3 +1,8 @@
|
|||||||
|
2002-12-05 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/i386/tls.h: Include stdlib.h.
|
||||||
|
* sysdeps/x86_64/tls.h: Likewise.
|
||||||
|
|
||||||
2002-12-04 Ulrich Drepper <drepper@redhat.com>
|
2002-12-04 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* Makefile (tests): Add tst-locale2.
|
* Makefile (tests): Add tst-locale2.
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#ifndef __ASSEMBLER__
|
#ifndef __ASSEMBLER__
|
||||||
# include <stddef.h>
|
# include <stddef.h>
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
|
# include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
/* Type for the dtv. */
|
/* Type for the dtv. */
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#ifndef __ASSEMBLER__
|
#ifndef __ASSEMBLER__
|
||||||
# include <stddef.h>
|
# include <stddef.h>
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
|
# include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
/* Type for the dtv. */
|
/* Type for the dtv. */
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* siginfo_t, sigevent and constants. Linux/Alpha version.
|
/* siginfo_t, sigevent and constants. Linux/Alpha version.
|
||||||
Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
Copyright (C) 1997,1998,1999,2000,2001,2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -282,8 +282,8 @@ typedef struct sigevent
|
|||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
void (*_function) (sigval_t); /* Function to start. */
|
void (*_function) (sigval_t); /* Function to start. */
|
||||||
struct __pthread_attr_s *_attribute; /* Really pthread_attr_t. */
|
void *_attribute; /* Really pthread_attr_t. */
|
||||||
} _sigev_thread;
|
} _sigev_thread;
|
||||||
} _sigev_un;
|
} _sigev_un;
|
||||||
} sigevent_t;
|
} sigevent_t;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* siginfo_t, sigevent and constants. Linux/SPARC version.
|
/* siginfo_t, sigevent and constants. Linux version.
|
||||||
Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
Copyright (C) 1997,1998,1999,2000,2001,2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -282,8 +282,8 @@ typedef struct sigevent
|
|||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
void (*_function) (sigval_t); /* Function to start. */
|
void (*_function) (sigval_t); /* Function to start. */
|
||||||
struct __pthread_attr_s *_attribute; /* Really pthread_attr_t. */
|
void *_attribute; /* Really pthread_attr_t. */
|
||||||
} _sigev_thread;
|
} _sigev_thread;
|
||||||
} _sigev_un;
|
} _sigev_un;
|
||||||
} sigevent_t;
|
} sigevent_t;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* siginfo_t, sigevent and constants. Linux/ia64 version.
|
/* siginfo_t, sigevent and constants. Linux/ia64 version.
|
||||||
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
|
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
|
||||||
|
|
||||||
@ -309,8 +309,8 @@ typedef struct sigevent
|
|||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
void (*_function) (sigval_t); /* Function to start. */
|
void (*_function) (sigval_t); /* Function to start. */
|
||||||
struct __pthread_attr_s *_attribute; /* Really pthread_attr_t. */
|
void *_attribute; /* Really pthread_attr_t. */
|
||||||
} _sigev_thread;
|
} _sigev_thread;
|
||||||
} _sigev_un;
|
} _sigev_un;
|
||||||
} sigevent_t;
|
} sigevent_t;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* siginfo_t, sigevent and constants. Linux/MIPS version.
|
/* siginfo_t, sigevent and constants. Linux/MIPS version.
|
||||||
Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
|
Copyright (C) 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -271,8 +271,8 @@ typedef struct sigevent
|
|||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
void (*_function) (sigval_t); /* Function to start. */
|
void (*_function) (sigval_t); /* Function to start. */
|
||||||
struct __pthread_attr_s *_attribute; /* Really pthread_attr_t. */
|
void *_attribute; /* Really pthread_attr_t. */
|
||||||
} _sigev_thread;
|
} _sigev_thread;
|
||||||
} _sigev_un;
|
} _sigev_un;
|
||||||
} sigevent_t;
|
} sigevent_t;
|
||||||
|
@ -284,8 +284,8 @@ typedef struct sigevent
|
|||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
void (*_function) (sigval_t); /* Function to start. */
|
void (*_function) (sigval_t); /* Function to start. */
|
||||||
struct __pthread_attr_s *_attribute; /* Really pthread_attr_t. */
|
void *_attribute; /* Really pthread_attr_t. */
|
||||||
} _sigev_thread;
|
} _sigev_thread;
|
||||||
} _sigev_un;
|
} _sigev_un;
|
||||||
} sigevent_t;
|
} sigevent_t;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* siginfo_t, sigevent and constants. Linux/SPARC version.
|
/* siginfo_t, sigevent and constants. Linux/SPARC version.
|
||||||
Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
Copyright (C) 1997,1998,1999,2000,2001,2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -291,8 +291,8 @@ typedef struct sigevent
|
|||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
void (*_function) (sigval_t); /* Function to start. */
|
void (*_function) (sigval_t); /* Function to start. */
|
||||||
struct __pthread_attr_s *_attribute; /* Really pthread_attr_t. */
|
void *_attribute; /* Really pthread_attr_t. */
|
||||||
} _sigev_thread;
|
} _sigev_thread;
|
||||||
} _sigev_un;
|
} _sigev_un;
|
||||||
} sigevent_t;
|
} sigevent_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user