mirror of
https://github.com/ish-app/ish.git
synced 2026-05-28 21:10:35 +00:00
946f9ec598
Moved some ptraceomatic-satisfying constants to a header, add sigaltstack
9 lines
201 B
C
9 lines
201 B
C
#ifndef KERNEL_VDSO_H
|
|
#define KERNEL_VDSO_H
|
|
#include "tools/ptraceomatic-config.h"
|
|
|
|
extern const char vdso_data[VDSO_PAGES * (1 << 12)] __asm__("vdso_data");
|
|
int vdso_symbol(const char *name);
|
|
|
|
#endif
|