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:
cinap_lenrek 2014-05-20 05:06:31 +02:00
parent 7abf926bcf
commit 3207e8b6a4
8 changed files with 31 additions and 177 deletions

View file

@ -98,6 +98,7 @@ trusscalls = {
"pread",
"pwrite",
"tsemacquire",
"_nsec",
};
trussapecalls = {