repo.or.cz
/
git-darcs-import.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow upstream changes -- Bytestring updates
[git-darcs-import.git]
/
src
/
compat.h
blob
40b1ce643df171c37274983c644ee29f91b22189
1
2
#include <sys/stat.h>
3
#include <string.h>
4
#include <stdlib.h>
5
6
int
open_read
(
const char
*
fname
);
7
int
open_write
(
const char
*
fname
);
8
int
smart_wait
(
int
pid
);
9
int
get_errno
();
10
11
int
execvp_no_vtalarm
(
const char
*
file
,
char
*
const
argv
[]);
12