1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/nt/inc/unistd.h

11 lines
244 B
C
Raw Normal View History

1996-05-03 18:29:10 +00:00
/* Fake unistd.h: config.h already provides most of the relevant things. */
2003-09-01 15:45:59 +00:00
#ifndef _UNISTD_H
#define _UNISTD_H
extern ssize_t readlink (const char *, char *, size_t);
extern int symlink (char const *, char const *);
#endif /* _UNISTD_H */