mirror of https://git.musl-libc.org/git/musl
Browse Source
these are linux specific constants. glibc exposes them behind _GNU_SOURCE, but, since SEEK_* is reserved for the implementation, we can simply define them. furthermore, since they can't be used with fseek() and other functions that deal with FILE, we don't add them to stdio.h.master
committed by
Rich Felker
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue