Fix display of Arabic diacriticals on Windows, per bug #11860.
[bpt/emacs.git] / nt / inc / unistd.h
... / ...
CommitLineData
1/* Fake unistd.h: config.h already provides most of the relevant things. */
2
3#ifndef _UNISTD_H
4#define _UNISTD_H
5
6extern ssize_t readlink (const char *, char *, size_t);
7extern int symlink (char const *, char const *);
8
9#endif /* _UNISTD_H */
10