(__old_wordexp): Add attribute_compat_text_section.
authorUlrich Drepper <drepper@redhat.com>
Wed, 10 Mar 2004 19:21:18 +0000 (19:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 10 Mar 2004 19:21:18 +0000 (19:21 +0000)
sysdeps/unix/sysv/linux/alpha/wordexp.c

index 1027204..1921a03 100644 (file)
@@ -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;