Sign in
android-kvm
/
kvm-unit-tests
/
809ebcb3f0739a22c7377460f457788456044e93
/
.
/
lib
/
auxinfo.h
blob: ef2376b4aca7f597c0e1b1cf6d9b7b8c712a6c05 [
file
] [
log
] [
blame
]
#ifndef
_AUXINFO_H_
#define
_AUXINFO_H_
struct
auxinfo
{
const
char
*
progname
;
};
/* No extern! Define a common symbol. */
struct
auxinfo auxinfo
;
#endif