[libk]: libk补交 unistd
This commit is contained in:
13
src/include/unistd.h
Normal file
13
src/include/unistd.h
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#ifndef UNISTD_H
|
||||||
|
#define UNISTD_H
|
||||||
|
|
||||||
|
// #include "../../include/unistd.h"
|
||||||
|
//
|
||||||
|
// extern char **__environ;
|
||||||
|
//
|
||||||
|
// hidden int __dup3(int, int, int);
|
||||||
|
// hidden int __mkostemps(char *, int, int);
|
||||||
|
// hidden int __execvpe(const char *, char *const *, char *const *);
|
||||||
|
// hidden off_t __lseek(int, off_t, int);
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user