Logo
Explore Help
Sign In
wash/rosetta
1
0
Fork 0
You've already forked rosetta
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
b680ffdd5b4e4d86c8ccfa5038892e1ad7f07b81
rosetta/lib/libc/include/unistd.h

13 lines
246 B
C
Raw Normal View History

lib: c: combine libc and ulibc libc is now made up of several independent components, each of which is individually compiled into a static library. they are then all combined into a single shared library.
2026-03-06 20:12:58 +00:00
#ifndef UNISTD_H_
#define UNISTD_H_
lib: c: re-organise into separate static modules, plus a single shared library
2026-03-10 19:15:59 +00:00
#include <stddef.h>
lib: c: combine libc and ulibc libc is now made up of several independent components, each of which is individually compiled into a static library. they are then all combined into a single shared library.
2026-03-06 20:12:58 +00:00
extern int open(const char *path, int flags);
extern int close(int fd);
lib: c: re-organise into separate static modules, plus a single shared library
2026-03-10 19:15:59 +00:00
extern int read(int fd, void *buf, size_t count);
extern int write(int fd, const void *buf, size_t count);
lib: c: combine libc and ulibc libc is now made up of several independent components, each of which is individually compiled into a static library. they are then all combined into a single shared library.
2026-03-06 20:12:58 +00:00
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 23ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API