source: trunk/libs/newlib/src/newlib/libc/sys/linux/include/unistd.h

Last change on this file was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 311 bytes
Line 
1/* libc/sys/linux/include/unistd.h - Various standard functions */
2
3/* Written 2000 by Werner Almesberger */
4
5
6#ifndef _NEWLIB_UNISTD_H
7#define _NEWLIB_UNISTD_H
8
9#include <sys/types.h>
10#include <sys/unistd.h>
11
12/* Declare some missing goodies */
13
14extern char *optarg;
15extern int optind, opterr, optopt;
16
17
18#endif
Note: See TracBrowser for help on using the repository browser.