This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
rockOS/libc/include/ssp.h

10 lines
125 B
C

#ifndef _SSP_H
#define _SSP_H
#include <stdint.h>
extern uintptr_t __stack_chk_guard;
void __stack_chk_fail(void);
#endif