From a12d72ec75f47d5df85f41a45bec74f09cf9baac Mon Sep 17 00:00:00 2001 From: LIJOIGNATIUS Date: Tue, 6 Jan 2026 19:50:09 +0530 Subject: [PATCH] fix: clarify static libc requirement in README --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index dce911f..edf9580 100644 --- a/README +++ b/README @@ -56,9 +56,9 @@ documentation whether it can be achieved by using libfaketime directly. - libfaketime uses the library preload mechanism of your operating system's linker (which is involved in starting programs) and thus cannot work with - statically linked binaries or binaries that have the setuid-flag set (e.g., - suidroot programs like "ping" or "passwd"). Please see you system linker's - manpage for further details. + binaries that have libc statically linked or binaries that have the + setuid-flag set (e.g., suidroot programs like "ping" or "passwd"). + Please see your system linker's manpage for further details. - libfaketime supports the pthreads environment. A separate library is built (libfaketimeMT.so.1), which contains the pthread synchronization calls. This