mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
2000-06-20 Ulrich Drepper <drepper@redhat.com> * math/libm-test.inc: Include <strcmp.h>.
This commit is contained in:
parent
697568d1b4
commit
bdf09fab1b
@ -1,3 +1,7 @@
|
|||||||
|
2000-06-20 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* math/libm-test.inc: Include <strcmp.h>.
|
||||||
|
|
||||||
2000-06-20 Jes Sorensen <jes@linuxcare.com>
|
2000-06-20 Jes Sorensen <jes@linuxcare.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/ia64/syscalls.list: New file.
|
* sysdeps/unix/sysv/linux/ia64/syscalls.list: New file.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2000-06-20 Ulrich Drepper <drepper@redhat.com>
|
2000-06-20 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/i386/useldt.h: Include <stdlib.h>.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_BARRIERS.
|
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_BARRIERS.
|
||||||
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
|
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
|
||||||
|
|
||||||
@ -10,6 +12,7 @@
|
|||||||
* Examples/ex9.c: New file.
|
* Examples/ex9.c: New file.
|
||||||
* sysdeps/pthread/pthread.h: Add barrier data types and declarations.
|
* sysdeps/pthread/pthread.h: Add barrier data types and declarations.
|
||||||
* sysdeps/pthread/bits/pthreadtypes.h: Likewise.
|
* sysdeps/pthread/bits/pthreadtypes.h: Likewise.
|
||||||
|
Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
|
||||||
|
|
||||||
2000-06-19 H.J. Lu <hjl@gnu.org>
|
2000-06-19 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <stddef.h> /* For offsetof. */
|
#include <stddef.h> /* For offsetof. */
|
||||||
|
#include <stdlib.h> /* For abort(). */
|
||||||
|
|
||||||
|
|
||||||
/* We don't want to include the kernel header. So duplicate the
|
/* We don't want to include the kernel header. So duplicate the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
|
/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1997.
|
Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1997.
|
||||||
|
|
||||||
@ -119,6 +119,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include <argp.h>
|
#include <argp.h>
|
||||||
|
|
||||||
/* Possible exceptions */
|
/* Possible exceptions */
|
||||||
|
Loading…
Reference in New Issue
Block a user