mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
(pargdef): Function must take pointer to object.
This commit is contained in:
@@ -190,7 +190,7 @@ pargdef (definition * def)
|
||||
}
|
||||
f_print (fout, "};\n");
|
||||
f_print (fout, "typedef struct %s %s;\n", name, name);
|
||||
storexdrfuncdecl (name, 0);
|
||||
storexdrfuncdecl (name, 1);
|
||||
f_print (fout, "\n");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user