|
Lines 188-193
Link Here
|
| 188 |
GLRO(dl_debug_printf) ("\ntransferring control: %s\n\n", argv[0]); |
188 |
GLRO(dl_debug_printf) ("\ntransferring control: %s\n\n", argv[0]); |
| 189 |
#endif |
189 |
#endif |
| 190 |
|
190 |
|
|
|
191 |
/* call the __guard_setup to set up the random __guard value */ |
| 192 |
__guard_setup (); /* pappy@gentoo.org (pappy rules) */ |
| 193 |
|
| 191 |
#ifdef HAVE_CLEANUP_JMP_BUF |
194 |
#ifdef HAVE_CLEANUP_JMP_BUF |
| 192 |
/* Memory for the cancellation buffer. */ |
195 |
/* Memory for the cancellation buffer. */ |
| 193 |
struct pthread_unwind_buf unwind_buf; |
196 |
struct pthread_unwind_buf unwind_buf; |