Skip to content

lokop5116/safe-sleep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

😴 Sleep

Writing POSIX sleep() utility without any dependency- no stdio, no unistd, not even libc. Just some inline assembly magic.

Caution

Only supports x86_64 architecture.

Run Yourself

Clone the repository and run the build script. The script excludes libc from compilation.

git clone https://github.com/lokop5116/safe-sleep
cd safe-sleep
./compile.sh

Usage

Does not support any additional flags. Run with a simple integer value.

About

Rewriting POSIX sleep() with absolutely no dependencies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors