diff options
Diffstat (limited to 'include/bb_archive.h')
-rw-r--r-- | include/bb_archive.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/bb_archive.h b/include/bb_archive.h index 58e4c21bb..892c8a472 100644 --- a/include/bb_archive.h +++ b/include/bb_archive.h | |||
@@ -213,18 +213,11 @@ void seek_by_jump(int fd, off_t amount) FAST_FUNC; | |||
213 | void seek_by_read(int fd, off_t amount) FAST_FUNC; | 213 | void seek_by_read(int fd, off_t amount) FAST_FUNC; |
214 | 214 | ||
215 | const char *strip_unsafe_prefix(const char *str) FAST_FUNC; | 215 | const char *strip_unsafe_prefix(const char *str) FAST_FUNC; |
216 | #if ENABLE_PLATFORM_MINGW32 | ||
217 | #define create_or_remember_link(lp, t, ln, hl) create_or_remember_link(t, ln) | ||
218 | #endif | ||
219 | void create_or_remember_link(llist_t **link_placeholders, | 216 | void create_or_remember_link(llist_t **link_placeholders, |
220 | const char *target, | 217 | const char *target, |
221 | const char *linkname, | 218 | const char *linkname, |
222 | int hard_link) FAST_FUNC; | 219 | int hard_link) FAST_FUNC; |
223 | #if !ENABLE_PLATFORM_MINGW32 | ||
224 | void create_links_from_list(llist_t *list) FAST_FUNC; | 220 | void create_links_from_list(llist_t *list) FAST_FUNC; |
225 | #else | ||
226 | #define create_links_from_list(l) (void)0 | ||
227 | #endif | ||
228 | 221 | ||
229 | void data_align(archive_handle_t *archive_handle, unsigned boundary) FAST_FUNC; | 222 | void data_align(archive_handle_t *archive_handle, unsigned boundary) FAST_FUNC; |
230 | const llist_t *find_list_entry(const llist_t *list, const char *filename) FAST_FUNC; | 223 | const llist_t *find_list_entry(const llist_t *list, const char *filename) FAST_FUNC; |