summaryrefslogtreecommitdiff
path: root/src/include/unistd.h
blob: 7b52a9249e424356621d83d183d284e0fd3ca5cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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