1#include <stddef.h> 2#include <dynlink.h> 3 4ptrdiff_t __tlsdesc_static() 5{ 6 return 0; 7} 8 9weak_alias(__tlsdesc_static, __tlsdesc_dynamic);