Skip to content

adarqui/libsyscalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libsyscalls is just a small repo I created in order to add support to languages which are missing specific syscalls from their api etc.

For example, I couldn't find "times()" in node.js. Times returns the time spent in system space and user space. It may actually exist in node.js but I couldn't find it so I just wrote my own native binding. If I find myself needing to write syscall support for X language, i'll add it to this repo.

peace.

About

This will contain syscalls that aren't supported in various languages. Originally written for my 'darkness' repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors