X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ffcntl.h;h=87ecf59b055d122fcad96b911c5d004eb73a5eb4;hp=f0e5671ee7354166849d4c38583c051df76b0bd8;hb=9f65796c35bd93a1de42752ce8af901acfe4b1a4;hpb=53147f902b7f84d8108bd9738641a53722a4a205 diff --git a/include/fcntl.h b/include/fcntl.h index f0e5671e..87ecf59b 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -120,6 +120,7 @@ struct f_owner_ex { #define SPLICE_F_GIFT 8 ssize_t vmsplice(int, const struct iovec *, size_t, unsigned); ssize_t splice(int, off_t *, int, off_t *, size_t, unsigned); +#define loff_t off_t #endif #if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE)