repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add kernel_ipi to the build and call it from the bcm2708 support code if applicable.
[AROS.git]
/
tools
/
MetaMake
/
win32.h
blob
b7e013007ee4de641a7883942f6825f8c4f806ec
1
/* Under MinGW we don't have softlinks */
2
#ifdef _WIN32
3
#define lstat stat
4
#define S_ISLNK(x) 0
5
6
/* Taken from libiberty */
7
int
mkstemps
(
char
*
pattern
,
int
suffix_len
);
8
#endif