mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
mach: Fix old-style function definition.
* mach/mach_error.c (mach_error): Fix old-style function definition.
This commit is contained in:
parent
802c1c5a65
commit
d145a456d9
@ -15,6 +15,7 @@
|
|||||||
(_hurd_exception2signal): Replace 'exception', 'code', 'subcode',
|
(_hurd_exception2signal): Replace 'exception', 'code', 'subcode',
|
||||||
'sigcode', 'error' parameters with 'detail' parameter. Fix code
|
'sigcode', 'error' parameters with 'detail' parameter. Fix code
|
||||||
accordingly.
|
accordingly.
|
||||||
|
* mach/mach_error.c (mach_error): Fix old-style function definition.
|
||||||
|
|
||||||
2016-09-20 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
|
2016-09-20 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
@ -63,9 +63,7 @@
|
|||||||
extern char * mach_error_string_int(mach_error_t, boolean_t *);
|
extern char * mach_error_string_int(mach_error_t, boolean_t *);
|
||||||
|
|
||||||
void
|
void
|
||||||
mach_error( str, err )
|
mach_error(char *str, mach_error_t err)
|
||||||
char *str;
|
|
||||||
mach_error_t err;
|
|
||||||
{
|
{
|
||||||
char * err_str;
|
char * err_str;
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
|
Loading…
Reference in New Issue
Block a user