Add advertised calling convention for redirect-frame-focus (Bug#12030).
[emacs.git] / nt / inc / unistd.h
blobfb1f1c4b3bfc8077fc01810b1995c0ff74926946
1 /* Fake unistd.h: config.h already provides most of the relevant things. */
3 #ifndef _UNISTD_H
4 #define _UNISTD_H
6 extern ssize_t readlink (const char *, char *, size_t);
7 extern int symlink (char const *, char const *);
9 #endif /* _UNISTD_H */