mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove __STDC__ conditionals from non-installed headers.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1992,1997-2003,2004,2005,2006 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1992,1997-2006,2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -45,11 +45,7 @@
|
||||
of the kernel. But these symbols do not follow the SYS_* syntax
|
||||
so we have to redefine the `SYS_ify' macro here. */
|
||||
#undef SYS_ify
|
||||
#ifdef __STDC__
|
||||
# define SYS_ify(syscall_name) __NR_##syscall_name
|
||||
#else
|
||||
# define SYS_ify(syscall_name) __NR_/**/syscall_name
|
||||
#endif
|
||||
#define SYS_ify(syscall_name) __NR_##syscall_name
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
|
Reference in New Issue
Block a user