mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Protect against double inclusion.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2000-08-28 Ulrich Drepper <drepper@redhat.com>
|
2000-08-28 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Protect against double
|
||||||
|
inclusion.
|
||||||
|
|
||||||
* stdio-common/vfscanf.c (ungetc): Cast c to signed char first to
|
* stdio-common/vfscanf.c (ungetc): Cast c to signed char first to
|
||||||
really match EOF.
|
really match EOF.
|
||||||
Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
|
Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1992, 1997, 1998, 1999 Free Software Foundation, Inc.
|
/* Copyright (C) 1992, 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.
|
||||||
|
|
||||||
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
|
||||||
@ -16,6 +16,9 @@
|
|||||||
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. */
|
||||||
|
|
||||||
|
#ifndef _LINUX_POWERPC_SYSDEP_H
|
||||||
|
#define _LINUX_POWERPC_SYSDEP_H 1
|
||||||
|
|
||||||
#include <sysdeps/unix/powerpc/sysdep.h>
|
#include <sysdeps/unix/powerpc/sysdep.h>
|
||||||
|
|
||||||
/* For Linux we can use the system call table in the header file
|
/* For Linux we can use the system call table in the header file
|
||||||
@ -142,3 +145,5 @@
|
|||||||
#define L(x) .L##x
|
#define L(x) .L##x
|
||||||
|
|
||||||
#endif /* __ASSEMBLER__ */
|
#endif /* __ASSEMBLER__ */
|
||||||
|
|
||||||
|
#endif /* linux/powerpc/sysdep.h */
|
||||||
|
Reference in New Issue
Block a user