diff options
| author | 2025-08-05 18:30:06 -0400 | |
|---|---|---|
| committer | 2025-08-05 18:30:06 -0400 | |
| commit | 2c536fb9fc00606d12d535609b1213cd98e47032 (patch) | |
| tree | dcbebfd399baa453fad07280efb50ad0b7c0d654 /lib/r7rs-single-threaded.scm | |
| parent | Support Foment (diff) | |
add chibi
Diffstat (limited to 'lib/r7rs-single-threaded.scm')
| -rw-r--r-- | lib/r7rs-single-threaded.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/r7rs-single-threaded.scm b/lib/r7rs-single-threaded.scm index fe57187..efa91c9 100644 --- a/lib/r7rs-single-threaded.scm +++ b/lib/r7rs-single-threaded.scm @@ -24,4 +24,8 @@ (make-test-info dto dict) test-info? (dto test-info-dto) - (dict test-info-dict set-test-info-dict!))
\ No newline at end of file + (dict test-info-dict set-test-info-dict!)) + +(define (mutex-lock! x) #f) +(define (mutex-unlock! x) #f) + |
