mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 08:40:07 +00:00
Fix "set but not used" warnings for powerpc64
This commit is contained in:
parent
7728c57488
commit
f16946dd9c
@ -3,6 +3,9 @@
|
|||||||
* stdio-common/tst-put-error.c (do_test): Add newline to the
|
* stdio-common/tst-put-error.c (do_test): Add newline to the
|
||||||
padded test to ensure flush.
|
padded test to ensure flush.
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
|
||||||
|
(INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
|
||||||
|
|
||||||
2012-12-05 Jeff Law <law@redhat.com>
|
2012-12-05 Jeff Law <law@redhat.com>
|
||||||
|
|
||||||
* sunrpc/etc.rpc (fedfs_admin): Add entry.
|
* sunrpc/etc.rpc (fedfs_admin): Add entry.
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
/* Copyright (C) 1992,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2012
|
/* Copyright (C) 1992-2012, Free Software Foundation, Inc.
|
||||||
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
|
||||||
@ -218,7 +217,7 @@
|
|||||||
INTERNAL_SYSCALL_NCS (__NR_##name, err, nr, args)
|
INTERNAL_SYSCALL_NCS (__NR_##name, err, nr, args)
|
||||||
|
|
||||||
#undef INTERNAL_SYSCALL_DECL
|
#undef INTERNAL_SYSCALL_DECL
|
||||||
#define INTERNAL_SYSCALL_DECL(err) long int err
|
#define INTERNAL_SYSCALL_DECL(err) long int err __attribute__ ((unused))
|
||||||
|
|
||||||
#undef INTERNAL_SYSCALL_ERROR_P
|
#undef INTERNAL_SYSCALL_ERROR_P
|
||||||
#define INTERNAL_SYSCALL_ERROR_P(val, err) \
|
#define INTERNAL_SYSCALL_ERROR_P(val, err) \
|
||||||
|
Loading…
Reference in New Issue
Block a user