mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
* sysdeps/m68k/bits/link.h: Uglify function parameter names.
This commit is contained in:
parent
ad32d65a9f
commit
bd855f39f1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user