mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 00:25:11 +02:00
14 lines
274 B
Diff
14 lines
274 B
Diff
See https://www.openwall.com/lists/musl/2013/01/23/6
|
|
--- include/reiserfs_lib.h
|
|
+++ include/reiserfs_lib.h
|
|
@@ -3,6 +3,10 @@
|
|
* reiserfsprogs/README
|
|
*/
|
|
|
|
+#if !defined(__GLIBC__)
|
|
+#define loff_t off_t
|
|
+#endif
|
|
+
|
|
#ifndef REISERFSPROGS_LIB_H
|
|
#define REISERFSPROGS_LIB_H
|
|
|