summaryrefslogtreecommitdiff
path: root/src/include/unistd.h
blob: 9cdf1d3e33d397d5b1a1c2be6e93c565423eb1dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef UNISTD_H
#define UNISTD_H

#include "../../include/unistd.h"

extern char **__environ;

int __dup3(int, int, int);
int __mkostemps(char *, int, int);
int __execvpe(const char *, char *const *, char *const *);

#endif