diff options
author | Robert Pluim <rpluim@gmail.com> | 2019-12-19 17:33:16 +0100 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2020-01-06 15:27:26 +0100 |
commit | 9063124b9125ed5e2ad87bbb8bd6224526723a92 (patch) | |
tree | c21c1134698c8d2a131fd387dc3742645c3a1bd2 /lisp/emacs-lisp/lisp.el | |
parent | 088bfcc2d80eed44864147f3491eff69e4eb5cd8 (diff) | |
download | emacs-9063124b9125ed5e2ad87bbb8bd6224526723a92.tar.gz emacs-9063124b9125ed5e2ad87bbb8bd6224526723a92.tar.bz2 emacs-9063124b9125ed5e2ad87bbb8bd6224526723a92.zip |
Use pthread_setname_np to set thread name
* configure.ac: Remove check for sys/prctl.h and prctl, check for
pthread_setname_np instead.
* systhread.c: Remove sys/prctl.h include.
(sys_thread_create) [HAVE_PTHREAD_SETNAME_NP]: Use pthread_setname_np
to set the name of the newly created thread (Bug#38632).
* thread.c (Fmake_thread): Use ENCODE_SYSTEM instead of
ENCODE_UTF_8 on the thread name.
Diffstat (limited to 'lisp/emacs-lisp/lisp.el')
0 files changed, 0 insertions, 0 deletions