You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2018. It is now read-only.
I am checking the API and found some APIs that should be slightly modified to fully support C language. And you can provide a pseudo-library called libSystem.so that contains only an export table that exposes all those system calls to C API and (dynamic) linker will be able to locate them without taking care of system version. A system.h can be provided with libSystem.so so that all functions are prototyped.
By the way, you should check POSIX for some methods you named differently as POSIX did.
The text was updated successfully, but these errors were encountered:
I am checking the API and found some APIs that should be slightly modified to fully support C language. And you can provide a pseudo-library called libSystem.so that contains only an export table that exposes all those system calls to C API and (dynamic) linker will be able to locate them without taking care of system version. A system.h can be provided with libSystem.so so that all functions are prototyped.
By the way, you should check POSIX for some methods you named differently as POSIX did.
The text was updated successfully, but these errors were encountered: