Fix display of Arabic diacriticals on Windows, per bug #11860.
[bpt/emacs.git] / nt / inc / unistd.h
CommitLineData
c911543b 1/* Fake unistd.h: config.h already provides most of the relevant things. */
ab5796a9 2
0f7bb05d
EZ
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