Skip to content
This repository was archived by the owner on May 29, 2018. It is now read-only.
This repository was archived by the owner on May 29, 2018. It is now read-only.

libSystem.so and system.h #68

@xcvista

Description

@xcvista

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions