crux-musl

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/crux-musl
Log | Files | Refs | README | LICENSE

musl-loff_t.patch (278B)


      1 See https://www.openwall.com/lists/musl/2013/01/23/6
      2 --- a/include/reiserfs_lib.h
      3 +++ b/include/reiserfs_lib.h
      4 @@ -3,6 +3,10 @@
      5   *  reiserfsprogs/README
      6   */
      7  
      8 +#if !defined(__GLIBC__)
      9 +#define loff_t off_t
     10 +#endif
     11 +
     12  #ifndef REISERFSPROGS_LIB_H
     13  #define REISERFSPROGS_LIB_H
     14