The header glue.h should provide just a declaration for the variable
__sglue, not a definition. PR: 80378 Submitted by: John Engelhart <johne@zang.com> MFC after: 1 week
This commit is contained in:
parent
5f92e47483
commit
b4818c2746
@ -45,4 +45,5 @@ struct glue {
|
||||
struct glue *next;
|
||||
int niobs;
|
||||
FILE *iobs;
|
||||
} __sglue;
|
||||
};
|
||||
extern struct glue __sglue;
|
||||
|
Loading…
Reference in New Issue
Block a user