Re: [PATCH] posix: Use alias for pthread_self()

2021-04-28 Thread Joel Sherrill
On Wed, Apr 28, 2021 at 12:04 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > On 28/04/2021 00:28, Joel Sherrill wrote: > > > > > > On Tue, Apr 27, 2021, 11:24 AM Sebastian Huber > > > > wrote: > > > > On 27/04/2021 18:23, Gedare

Re: [PATCH] posix: Use alias for pthread_self()

2021-04-27 Thread Sebastian Huber
On 28/04/2021 00:28, Joel Sherrill wrote: On Tue, Apr 27, 2021, 11:24 AM Sebastian Huber > wrote: On 27/04/2021 18:23, Gedare Bloom wrote: > PS: the git-rm is missing? Oh, yes. I will fix this if Joel is happy with the change. Can

Re: [PATCH] posix: Use alias for pthread_self()

2021-04-27 Thread Joel Sherrill
On Tue, Apr 27, 2021, 11:24 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 27/04/2021 18:23, Gedare Bloom wrote: > > > PS: the git-rm is missing? > Oh, yes. I will fix this if Joel is happy with the change. > Can you set a breakpoint on it as pthread_self? It is an odd

Re: [PATCH] posix: Use alias for pthread_self()

2021-04-27 Thread Sebastian Huber
On 27/04/2021 18:23, Gedare Bloom wrote: PS: the git-rm is missing? Oh, yes. I will fix this if Joel is happy with the change. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax:

Re: [PATCH] posix: Use alias for pthread_self()

2021-04-27 Thread Gedare Bloom
PS: the git-rm is missing? On Tue, Apr 27, 2021, 10:09 AM Gedare Bloom wrote: > @Joel: you ok with this cross-link between classic and posix layers? > > On Tue, Apr 27, 2021 at 3:12 AM Sebastian Huber > wrote: > > > > This may reduce the code size a bit. > > --- > > cpukit/Makefile.am

Re: [PATCH] posix: Use alias for pthread_self()

2021-04-27 Thread Gedare Bloom
@Joel: you ok with this cross-link between classic and posix layers? On Tue, Apr 27, 2021 at 3:12 AM Sebastian Huber wrote: > > This may reduce the code size a bit. > --- > cpukit/Makefile.am| 1 - > cpukit/rtems/src/taskself.c | 4 > spec/build/cpukit/librtemscpu.yml

[PATCH] posix: Use alias for pthread_self()

2021-04-27 Thread Sebastian Huber
This may reduce the code size a bit. --- cpukit/Makefile.am| 1 - cpukit/rtems/src/taskself.c | 4 spec/build/cpukit/librtemscpu.yml | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index