mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
(__old_glob, __old_globfree): Add attribute_compat_text_section.
This commit is contained in:
parent
826bbef91e
commit
25366174f2
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1998, 2000, 2004 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
|
||||
@ -44,6 +44,7 @@ typedef struct
|
||||
|
||||
|
||||
int
|
||||
attribute_compat_text_section
|
||||
__old_glob (const char *pattern, int flags,
|
||||
int (*errfunc) (const char *, int),
|
||||
old_glob_t *pglob)
|
||||
@ -82,6 +83,7 @@ compat_symbol (libc, __old_glob, glob, GLIBC_2_0);
|
||||
|
||||
/* Free storage allocated in PGLOB by a previous `glob' call. */
|
||||
void
|
||||
attribute_compat_text_section
|
||||
__old_globfree (old_glob_t *pglob)
|
||||
{
|
||||
glob_t correct;
|
||||
|
Loading…
x
Reference in New Issue
Block a user