1 /* Trivial unexec for Solaris. */
13 unexec (const char *new_name
, const char *old_name
)
16 Lisp_Object errstring
;
18 if (! dldump (0, new_name
, RTLD_MEMORY
))
21 data
= list1 (build_string (new_name
));
22 synchronize_system_messages_locale ();
23 errstring
= code_convert_string_norecord (build_string (dlerror ()),
24 Vlocale_coding_system
, 0);
27 Fcons (build_string ("Cannot unexec"), Fcons (errstring
, data
)));