mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-03 09:22:01 +00:00
mmap : fix fileno macro clash (#11076)
* mmap : fix fileno macro clash ggml-ci * cont ggml-ci
This commit is contained in:
@@ -18,7 +18,7 @@ struct llama_file {
|
||||
size_t tell() const;
|
||||
size_t size() const;
|
||||
|
||||
int fileno() const;
|
||||
int file_id() const; // fileno overload
|
||||
|
||||
void seek(size_t offset, int whence) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user