mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-04 09:01:06 +01:00
compare mapped zwc files using stat instead of the pathnames (10699)
This commit is contained in:
parent
4a3b94ca40
commit
c80d9e45e6
3 changed files with 23 additions and 12 deletions
|
|
@ -487,7 +487,8 @@ typedef struct eprog *Eprog;
|
|||
|
||||
struct funcdump {
|
||||
FuncDump next; /* next in list */
|
||||
char *name; /* path name */
|
||||
dev_t dev; /* device */
|
||||
ino_t ino; /* indoe number */
|
||||
int fd; /* file descriptor */
|
||||
Wordcode map; /* pointer to header */
|
||||
Wordcode addr; /* mapped region */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue