diff options
Diffstat (limited to 'src/cmd/5l/l.h')
-rw-r--r-- | src/cmd/5l/l.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cmd/5l/l.h b/src/cmd/5l/l.h index 1ba95e0a2..4f7ef5829 100644 --- a/src/cmd/5l/l.h +++ b/src/cmd/5l/l.h @@ -119,7 +119,6 @@ struct Sym short frame; uchar subtype; uchar reachable; - uchar ffitype; ushort file; int32 value; int32 sig; @@ -132,8 +131,8 @@ struct Sym Prog* text; Prog* data; Sym* gotype; - char* ffiname; - char* ffilib; + char* dynldname; + char* dynldlib; }; #define SIGNINTERN (1729*325*1729) |