mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
mach: Fix old-style function definition.
* mach/mach_error.c (mach_error): Fix old-style function definition.
This commit is contained in:
@ -63,9 +63,7 @@
|
||||
extern char * mach_error_string_int(mach_error_t, boolean_t *);
|
||||
|
||||
void
|
||||
mach_error( str, err )
|
||||
char *str;
|
||||
mach_error_t err;
|
||||
mach_error(char *str, mach_error_t err)
|
||||
{
|
||||
char * err_str;
|
||||
char buf[1024];
|
||||
|
Reference in New Issue
Block a user