From: Ulrich Drepper Date: Wed, 10 Mar 2004 19:21:39 +0000 (+0000) Subject: (__old_glob, __old_globfree): Add attribute_compat_text_section. X-Git-Tag: upstream/2.30~10627^2~1215 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25366174f23560810197b9e5daa51874ee0f56e6;p=external%2Fglibc.git (__old_glob, __old_globfree): Add attribute_compat_text_section. --- diff --git a/sysdeps/unix/sysv/linux/alpha/oldglob.c b/sysdeps/unix/sysv/linux/alpha/oldglob.c index 68cda76..9d39176 100644 --- a/sysdeps/unix/sysv/linux/alpha/oldglob.c +++ b/sysdeps/unix/sysv/linux/alpha/oldglob.c @@ -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;