mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Add RTLD_SINGLE_THREAD_P on generic single-thread.h
* sysdeps/generic/single-thread.h (RTLD_SINGLE_THREAD_P): Add definition.
This commit is contained in:
parent
c0fd3244e7
commit
624c109b2a
@ -1,3 +1,8 @@
|
||||
2019-08-23 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||
|
||||
* sysdeps/generic/single-thread.h (RTLD_SINGLE_THREAD_P): Add
|
||||
definition.
|
||||
|
||||
2019-08-23 Rafal Luzynski <digitalfreak@lingonborough.com>
|
||||
|
||||
[BZ #24682]
|
||||
|
@ -20,5 +20,6 @@
|
||||
#define _SINGLE_THREAD_H
|
||||
|
||||
#define SINGLE_THREAD_P (0)
|
||||
#define RTLD_SINGLE_THREAD_P (0)
|
||||
|
||||
#endif /* _SINGLE_THREAD_H */
|
||||
|
Loading…
Reference in New Issue
Block a user