mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
|
#include <link.h>
|
||
|
|
||
|
--
|
||
|
R_DEBUG_SIZE sizeof (struct r_debug)
|
||
|
R_DEBUG_EXTENDED_SIZE sizeof (struct r_debug_extended)
|
||
|
R_DEBUG_EXTENDED_ALIGN __alignof (struct r_debug_extended)
|