mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
2005-12-15 Roland McGrath <roland@redhat.com>
* sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. * sysdeps/alpha/fpu/s_cacoshf.c: Likewise. * sysdeps/alpha/fpu/s_casinf.c: Likewise. * sysdeps/alpha/fpu/s_casinhf.c: Likewise. * sysdeps/alpha/fpu/s_catanf.c: Likewise. * sysdeps/alpha/fpu/s_catanhf.c: Likewise. * sysdeps/alpha/fpu/s_ccosf.c: Likewise. * sysdeps/alpha/fpu/s_ccoshf.c: Likewise. * sysdeps/alpha/fpu/s_cexpf.c: Likewise. * sysdeps/alpha/fpu/s_clog10f.c: Likewise. * sysdeps/alpha/fpu/s_clogf.c: Likewise. * sysdeps/alpha/fpu/s_cpowf.c: Likewise. * sysdeps/alpha/fpu/s_cprojf.c: Likewise. * sysdeps/alpha/fpu/s_csinf.c: Likewise. * sysdeps/alpha/fpu/s_csinhf.c: Likewise. * sysdeps/alpha/fpu/s_csqrtf.c: Likewise. * sysdeps/alpha/fpu/s_ctanf.c: Likewise. * sysdeps/alpha/fpu/s_ctanhf.c: Likewise. * sysdeps/alpha/libc-tls.c: Likewise. * sysdeps/gnu/glob64.c: Likewise. * sysdeps/gnu/updwtmp.c: Likewise. * sysdeps/gnu/utmp_file.c: Likewise. * sysdeps/i386/bzero.c: Likewise. * sysdeps/i386/ffs.c: Likewise. * sysdeps/i386/i686/ffs.c: Likewise. * sysdeps/i386/memset.c: Likewise. * sysdeps/ia64/fpu/printf_fphex.c: Likewise. * sysdeps/ia64/libc-tls.c: Likewise. * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise. * sysdeps/m68k/ffs.c: Likewise. * sysdeps/mach/hurd/getdents.c: Likewise. * sysdeps/mach/hurd/init-posix.c: Likewise. * sysdeps/mach/msync.c: Likewise. * sysdeps/mips/libc-tls.c: Likewise. * sysdeps/posix/profil.c: Likewise. * sysdeps/posix/shm_open.c: Likewise. * sysdeps/posix/shm_unlink.c: Likewise. * sysdeps/posix/sprofil.c: Likewise. * sysdeps/rs6000/ffs.c: Likewise. * sysdeps/s390/libc-tls.c: Likewise. * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise. * sysdeps/unix/sysv/linux/alpha/glob.c: Likewise. * sysdeps/unix/sysv/linux/alpha/wordexp.c: Likewise. * sysdeps/unix/sysv/linux/ftruncate64.c: Likewise. * sysdeps/unix/sysv/linux/gai_sigqueue.c: Likewise. * sysdeps/unix/sysv/linux/i386/getmsg.c: Likewise. * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise. * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise. * sysdeps/unix/sysv/linux/i386/putmsg.c: Likewise. * sysdeps/unix/sysv/linux/i386/readelflib.c: Likewise. * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. * sysdeps/unix/sysv/linux/ia64/readelflib.c: Likewise. * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise. * sysdeps/unix/sysv/linux/mips/readelflib.c: Likewise. * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise. * sysdeps/unix/sysv/linux/mq_close.c: Likewise. * sysdeps/unix/sysv/linux/mq_getattr.c: Likewise. * sysdeps/unix/sysv/linux/mq_notify.c: Likewise. * sysdeps/unix/sysv/linux/mq_open.c: Likewise. * sysdeps/unix/sysv/linux/mq_receive.c: Likewise. * sysdeps/unix/sysv/linux/mq_send.c: Likewise. * sysdeps/unix/sysv/linux/mq_unlink.c: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Likewise. * sysdeps/unix/sysv/linux/powerpc/readelflib.c: Likewise. * sysdeps/unix/sysv/linux/s390/readelflib.c: Likewise. * sysdeps/unix/sysv/linux/sched_getaffinity.c: Likewise. * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise. * sysdeps/unix/sysv/linux/sigqueue.c: Likewise. * sysdeps/unix/sysv/linux/sigstack.c: Likewise. * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise. * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise. * sysdeps/unix/sysv/linux/sparc/readelflib.c: Likewise. * sysdeps/unix/sysv/linux/truncate64.c: Likewise. * sysdeps/unix/sysv/linux/vfork.c: Likewise. * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Likewise.
This commit is contained in:
parent
407fe24712
commit
333697c5a7
@ -1,5 +1,5 @@
|
||||
/* Return arc cosine of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_cacosf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_cacosf.c>
|
||||
#include <math/s_cacosf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __cacosf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return arc hyperbole cosine of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_cacoshf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_cacoshf.c>
|
||||
#include <math/s_cacoshf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __cacoshf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return arc sine of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_casinf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_casinf.c>
|
||||
#include <math/s_casinf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __casinf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return arc hyperbole sine of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_casinhf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_casinhf.c>
|
||||
#include <math/s_casinhf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __casinhf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return arc tangent of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_catanf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_catanf.c>
|
||||
#include <math/s_catanf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __catanf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return arc hyperbole tangent of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_catanhf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_catanhf.c>
|
||||
#include <math/s_catanhf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __catanhf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return cosine of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_ccosf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_ccosf.c>
|
||||
#include <math/s_ccosf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __ccosf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return hyperbole cosine of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_ccoshf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_ccoshf.c>
|
||||
#include <math/s_ccoshf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __ccoshf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return exponent of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_cexpf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_cexpf.c>
|
||||
#include <math/s_cexpf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __cexpf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return base 10 logarithm of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_clog10f (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_clog10f.c>
|
||||
#include <math/s_clog10f.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __clog10f
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return natural logarithm of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_clogf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_clogf.c>
|
||||
#include <math/s_clogf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __clogf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return power of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_cpowf (_Complex float x, _Complex float c);
|
||||
|
||||
#include <sysdeps/generic/s_cpowf.c>
|
||||
#include <math/s_cpowf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __cpowf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return projection of complex float value to Riemann sphere.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_cprojf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_cprojf.c>
|
||||
#include <math/s_cprojf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __cprojf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return sine of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_csinf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_csinf.c>
|
||||
#include <math/s_csinf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __csinf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return hyperbole sine of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_csinhf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_csinhf.c>
|
||||
#include <math/s_csinhf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __csinhf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return square root of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_csqrtf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_csqrtf.c>
|
||||
#include <math/s_csqrtf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __csqrtf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return tangent of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_ctanf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_ctanf.c>
|
||||
#include <math/s_ctanf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __ctanf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Return hyperbole tangent of complex float value.
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 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
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
static _Complex float internal_ctanhf (_Complex float x);
|
||||
|
||||
#include <sysdeps/generic/s_ctanhf.c>
|
||||
#include <math/s_ctanhf.c>
|
||||
#include "cfloat-compat.h"
|
||||
|
||||
#undef __ctanhf
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Thread-local storage handling in the ELF dynamic linker. Alpha version.
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003, 2005 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
|
||||
@ -17,7 +17,7 @@
|
||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||
02111-1307 USA. */
|
||||
|
||||
#include <sysdeps/generic/libc-tls.c>
|
||||
#include <misc/libc-tls.c>
|
||||
#include <dl-tls.h>
|
||||
|
||||
#if USE_TLS
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* ffs -- find first set bit in a word, counted from least significant end.
|
||||
For mc68020, mc68030, mc68040.
|
||||
This file is part of the GNU C Library.
|
||||
Copyright (C) 1991, 1992, 1997, 1998, 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 1991, 1992, 1997, 1998, 2004, 2005 Free Software Foundation, Inc.
|
||||
Contributed by Torbjorn Granlund (tege@sics.se).
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -43,6 +43,6 @@ weak_alias (__ffs, ffsl)
|
||||
|
||||
#else
|
||||
|
||||
#include <sysdeps/generic/ffs.c>
|
||||
#include <string/ffs.c>
|
||||
|
||||
#endif
|
||||
|
@ -17,7 +17,7 @@
|
||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||
02111-1307 USA. */
|
||||
|
||||
#include <sysdeps/generic/libc-tls.c>
|
||||
#include <csu/libc-tls.c>
|
||||
#include <dl-tls.h>
|
||||
|
||||
#if USE_TLS
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* ffs -- find first set bit in a word, counted from least significant end.
|
||||
For IBM rs6000.
|
||||
Copyright (C) 1991, 1992, 1997, 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 1991, 1992, 1997, 2004, 2005 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Torbjorn Granlund (tege@sics.se).
|
||||
|
||||
@ -38,5 +38,5 @@ weak_alias (__ffs, ffs)
|
||||
libc_hidden_builtin_def (ffs)
|
||||
|
||||
#else
|
||||
#include <sysdeps/generic/ffs.c>
|
||||
#include <string/ffs.c>
|
||||
#endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1998, 2000, 2002, 2005 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
|
||||
@ -35,7 +35,7 @@ extern int __new_glob (const char *__pattern, int __flags,
|
||||
glob_t *__pglob);
|
||||
extern void __new_globfree (glob_t *__pglob);
|
||||
|
||||
#include <sysdeps/generic/glob.c>
|
||||
#include <posix/glob.c>
|
||||
|
||||
#undef glob
|
||||
#undef globfree
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2001, 2004, 2005 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
|
||||
@ -22,7 +22,7 @@
|
||||
#define wordexp(words, pwordexp, flags) \
|
||||
__new_wordexp (words, pwordexp, flags)
|
||||
|
||||
#include <sysdeps/generic/wordexp.c>
|
||||
#include <posix/wordexp.c>
|
||||
|
||||
versioned_symbol (libc, __new_wordexp, wordexp, GLIBC_2_2_2);
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||
/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
|
||||
Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
@ -72,5 +72,5 @@ weak_alias (__ftruncate64, ftruncate64)
|
||||
|
||||
#else
|
||||
/* Use the generic implementation. */
|
||||
# include <sysdeps/generic/ftruncate64.c>
|
||||
# include <misc/ftruncate64.c>
|
||||
#endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1999, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Alexandre Oliva <aoliva@redhat.com>
|
||||
Based on work ../x86_64/readelflib.c,
|
||||
@ -62,10 +62,10 @@ process_elf_file (const char *file_name, const char *lib, int *flag,
|
||||
#undef process_elf_file
|
||||
#define process_elf_file process_elf32_file
|
||||
#define __ELF_NATIVE_CLASS 32
|
||||
#include "sysdeps/generic/readelflib.c"
|
||||
#include "elf/readelflib.c"
|
||||
|
||||
#undef __ELF_NATIVE_CLASS
|
||||
#undef process_elf_file
|
||||
#define process_elf_file process_elf64_file
|
||||
#define __ELF_NATIVE_CLASS 64
|
||||
#include "sysdeps/generic/readelflib.c"
|
||||
#include "elf/readelflib.c"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003
|
||||
/* Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2005
|
||||
Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
@ -72,5 +72,5 @@ truncate64 (const char *path, off64_t length)
|
||||
|
||||
#else
|
||||
/* Use the generic implementation. */
|
||||
# include <sysdeps/generic/truncate64.c>
|
||||
# include <misc/truncate64.c>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user