diff options
Diffstat (limited to 'winsup/testsuite/libltp/include/write_log.h')
-rw-r--r-- | winsup/testsuite/libltp/include/write_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/libltp/include/write_log.h b/winsup/testsuite/libltp/include/write_log.h index 784d5b3..505d2c0 100644 --- a/winsup/testsuite/libltp/include/write_log.h +++ b/winsup/testsuite/libltp/include/write_log.h @@ -154,7 +154,7 @@ extern int wlog_close(struct wlog_file *wfile); extern int wlog_record_write(struct wlog_file *wfile, struct wlog_rec *wrec, long offset); extern int wlog_scan_backward(struct wlog_file *wfile, int nrecs, - int (*func)(struct wlog_rec *rec), + int (*func)(struct wlog_rec *rec, long), long data); #else int wlog_open(); |