repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tar: use utime() to restore timestamps
[minix.git]
/
include
/
ddekit
/
attribs.h
blob
d3372e8f0c41527a95879ee2acf51055b4a19e7f
1
#ifndef _DDEKIT_ATTRIBS_H
2
#define _DDEKIT_ATTRIBS_H
3
4
#ifdef __ACK__
5
6
7
#else
8
9
#define DDEKIT_USED __attribute__((used))
10
#define DDEKIT_CONSTRUCTOR __attribute__((constructor))
11
12
13
#define DDEKIT_PUBLIC PUBLIC
14
#define DDEKIT_PRIVATE static
15
#endif
16
#endif