mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
merge
This commit is contained in:
commit
faee09c064
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ static ssize_t sexp_cookie_writer (void *cookie, const char *buffer, size_t size
|
|||
}
|
||||
|
||||
#if ! SEXP_BSD
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
#define off64_t off_t
|
||||
#endif
|
||||
|
||||
static int sexp_cookie_seeker (void *cookie, off64_t *position, int whence) {
|
||||
sexp vec = (sexp)cookie, ctx, res;
|
||||
if (! sexp_procedurep(sexp_cookie_seek(vec))) return -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue