]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make const OpenFd *ML_(find_OpenFd) static
authorMark Wielaard <mark@klomp.org>
Fri, 1 Nov 2024 03:40:22 +0000 (04:40 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 1 Nov 2024 03:40:22 +0000 (04:40 +0100)
coregrind/m_syswrap/syswrap-generic.c

index 920c87a8ae79d173e7cff94d4d79b6fd90e0436a..1d80d09288ed0f429d2499fc2b5829550897a579 100644 (file)
@@ -1599,6 +1599,7 @@ static Addr do_brk ( Addr newbrk, ThreadId tid )
    return VG_(brk_limit);
 }
 
+static
 const OpenFd *ML_(find_OpenFd)(Int fd)
 {
    OpenFd *i = allocated_fds;