]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/m68k/bits/link.h: Uglify function parameter names.
authorJoseph Myers <joseph@codesourcery.com>
Sun, 15 Mar 2009 18:42:52 +0000 (18:42 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sun, 15 Mar 2009 18:42:52 +0000 (18:42 +0000)
ChangeLog.m68k
sysdeps/m68k/bits/link.h

index d199e36e0c2f4e0de9be12d9faeb5e26e59dbd2a..32d01cf7bbfaa66d152f50f2987e9e37c97467a1 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-15  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/m68k/bits/link.h: Uglify function parameter names.
+
 2009-03-04  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Declare
index 9d0a94592f9002edbf1941f0ac6c2afb05d6d6cd..ce4b5e06702d7f177db25cf94716d0fd6af1eb48 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2009 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
@@ -53,6 +53,6 @@ extern unsigned int la_m68k_gnu_pltexit (Elf32_Sym *__sym, unsigned int __ndx,
                                         uintptr_t *__defcook,
                                         const La_m68k_regs *__inregs,
                                         La_m68k_retval *__outregs,
-                                        const char *symname);
+                                        const char *__symname);
 
 __END_DECLS