tar: use utime() to restore timestamps
[minix.git] / include / ddekit / attribs.h
blobd3372e8f0c41527a95879ee2acf51055b4a19e7f
1 #ifndef _DDEKIT_ATTRIBS_H
2 #define _DDEKIT_ATTRIBS_H
4 #ifdef __ACK__
7 #else
9 #define DDEKIT_USED __attribute__((used))
10 #define DDEKIT_CONSTRUCTOR __attribute__((constructor))
13 #define DDEKIT_PUBLIC PUBLIC
14 #define DDEKIT_PRIVATE static
15 #endif
16 #endif