aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/posix/unistd.h
blob: d7e43cde6b5b9788e3bf54f83f087a8edd5d0472 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _POSIX_UNISTD_H
#define _POSIX_UNISTD_H

#include_next <unistd.h>

size_t getpagesize(void);
int ftruncate(int fd, off_t length);

#endif /* _POSIX_UNISTD_H */