add _nsec() syscall 53 for binary compatibility with labs distribution
the new syscall is added under the symbol _nsec() for binary compatibility. nsec() is still a library function reading /dev/bintime.
This commit is contained in:
parent
7abf926bcf
commit
3207e8b6a4
8 changed files with 31 additions and 177 deletions
|
@ -98,6 +98,7 @@ trusscalls = {
|
|||
"pread",
|
||||
"pwrite",
|
||||
"tsemacquire",
|
||||
"_nsec",
|
||||
};
|
||||
|
||||
trussapecalls = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue