summaryrefslogblamecommitdiff
path: root/src/include/unistd.h
blob: 1b4605c7c6a6d3461e293985797dfd95aa13a49a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11






                                 



                                                                 
                                      

      
#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 int __aio_close(int);
hidden off_t __lseek(int, off_t, int);

#endif