repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix previous change
[emacs.git]
/
nt
/
inc
/
unistd.h
blob
fb1f1c4b3bfc8077fc01810b1995c0ff74926946
1
/* Fake unistd.h: config.h already provides most of the relevant things. */
2
3
#ifndef _UNISTD_H
4
#define _UNISTD_H
5
6
extern
ssize_t
readlink
(
const char
*,
char
*,
size_t
);
7
extern
int
symlink
(
char const
*,
char const
*);
8
9
#endif
/* _UNISTD_H */
10