X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ffcntl.h;h=87ecf59b055d122fcad96b911c5d004eb73a5eb4;hp=f0e5671ee7354166849d4c38583c051df76b0bd8;hb=c4ea0e3f8e286ec535691560d234d923b7f5d821;hpb=0c05bd3a9c165cf2f0b9d6fa23a1f96532ddcdb3 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)