From: Ulrich Drepper Date: Wed, 10 Mar 2004 19:21:18 +0000 (+0000) Subject: (__old_wordexp): Add attribute_compat_text_section. X-Git-Tag: glibc-2.16-ports-before-merge~1216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=826bbef91e621df1d0a2d7e1d51499dd00d97be7;p=thirdparty%2Fglibc.git (__old_wordexp): Add attribute_compat_text_section. --- diff --git a/sysdeps/unix/sysv/linux/alpha/wordexp.c b/sysdeps/unix/sysv/linux/alpha/wordexp.c index 10272040711..1921a03388a 100644 --- a/sysdeps/unix/sysv/linux/alpha/wordexp.c +++ b/sysdeps/unix/sysv/linux/alpha/wordexp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001 Free Software Foundation, Inc. +/* Copyright (C) 2001, 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 @@ -38,6 +38,7 @@ typedef struct int +attribute_compat_text_section __old_wordexp (const char *words, old_wordexp_t *pwordexp, int flags) { wordexp_t we;