]> granicus.if.org Git - strace/blobdiff - README-mpers
tests: move F_OFD_SETLK* checks from fcntl64.c to fcntl-common.c
[strace] / README-mpers
index 8ae418dff4f24d98f411ebe5dbc7044c841a9600..ad1ca1816a8392265134e267bbca2f353eedbbaf 100644 (file)
@@ -8,7 +8,7 @@ be included conditionally;
 (containing definitions of these types or other behaviour-affecting
 defines);
 * printers should be defined
-as MPERS_PRINTER_DECL(return_type, function_name)(args),
+as MPERS_PRINTER_DECL(return_type, function_nameargs),
 inside files that include MPERS_DEFS these printers should be called
 as MPERS_FUNC_NAME(function_name)(args), in other files
 they should be called just as function_name(args).