Changeset 31980 in vbox for trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.h
- Timestamp:
- Aug 26, 2010 10:36:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.h
r31914 r31980 56 56 # undef _ELF32_COMPAT 57 57 #endif 58 # include <sys/machelf.h>59 58 # include <sys/corectl.h> 60 59 #endif 61 62 /**63 * ELFNOTEHDR: ELF NOTE header.64 */65 typedef struct ELFNOTEHDR66 {67 Nhdr Hdr; /* Header of NOTE section */68 char achName[8]; /* Name of NOTE section */69 } ELFNOTEHDR;70 typedef ELFNOTEHDR *PELFNOTEHDR;71 60 72 61
Note:
See TracChangeset
for help on using the changeset viewer.