diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-04-09 20:47:24 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-04-09 20:47:24 +0200 |
| commit | 073d75628c8c9dbb84615672c855f858ea7e07cf (patch) | |
| tree | 64dbd4b47afca987c8006c8d13260f316b3056a8 /src | |
| parent | 0b8ae377c19e0c7adc3483d319456a86a3f5ef24 (diff) | |
Rename to tirclogv
Diffstat (limited to 'src')
| -rw-r--r-- | src/Mmap.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mmap.hs b/src/Mmap.hs index d62dcab..ff32d0f 100644 --- a/src/Mmap.hs +++ b/src/Mmap.hs @@ -12,11 +12,11 @@ import System.Posix.Types import AtomicPrint -foreign import ccall "ircbrowse_mmap" +foreign import ccall "tirclogv_mmap" c_mmap :: CInt -> Ptr CSize -> IO (Ptr Word8) -- fd out length -foreign import ccall "ircbrowse_munmap" +foreign import ccall "tirclogv_munmap" c_munmap :: Ptr Word8 -> CSize -> IO () -- addr length |
