Skip to content

Commit 29561cb

Browse files
authored
CDRIVER-3272 Correctly document bson gettimeofday (#743)
1 parent 2fd2042 commit 29561cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libbson/doc/bson_get_monotonic_time.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Synopsis
1313
int64_t
1414
bson_get_monotonic_time (void);
1515
int
16-
bson_gettimeofday (struct timeval *tv,
17-
struct timezone *tz);
16+
bson_gettimeofday (struct timeval *tv);
1817
1918
Description
2019
-----------

0 commit comments

Comments
 (0)