[libc-commits] [libc] [libc] Implement sleep and usleep for Linux (PR #213912)

Pavel Labath via libc-commits libc-commits at lists.llvm.org
Thu Aug 6 00:10:17 PDT 2026


================
@@ -411,12 +411,14 @@ set(TARGET_LIBC_ENTRYPOINTS
     libc.src.unistd.readlinkat
     libc.src.unistd.rmdir
     libc.src.unistd.setsid
+    libc.src.unistd.sleep
----------------
labath wrote:

I don't see why not. Let me add it.

https://github.com/llvm/llvm-project/pull/213912


More information about the libc-commits mailing list