-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
631536b
commit 17ba008
Showing
6 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9.4.16 | ||
9.4.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
// @author Nicola Asuni <[email protected]> | ||
// @link https://github.com/tecnickcom/binsearch | ||
// @license MIT (see LICENSE file) | ||
// @copyright (c) 2017-2023 Nicola Asuni - Tecnick.com | ||
// @copyright (c) 2017-2024 Nicola Asuni - Tecnick.com | ||
|
||
/** | ||
* @file binsearch.h | ||
|
@@ -979,8 +979,6 @@ static inline void parse_info_feather(mmfile_t *mf) | |
* | ||
* @param file Path to the file to map. | ||
* @param mf Structure containing the memory mapped file. | ||
* | ||
* @return Returns the memory-mapped file descriptors. | ||
*/ | ||
static inline void mmap_binfile(const char *file, mmfile_t *mf) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters