repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libc: make stdio_impl.h an internal libc header
[unleashed/tickless.git]
/
bin
/
tsort
/
compat.h
blob
9024293ed8141de625669b713d1e18040f2b0e5d
1
#ifndef _COMPAT_H
2
#define _COMPAT_H
3
char
*
fgetln
(
FILE
*
fp
,
size_t
*
lenp
);
4
5
#define __dead
6
7
static
inline
int
pledge
(
const char
*
promises
,
const char
*
paths
[]) {
8
return
0
;
9
}
10
#endif