From 8b15a3242e2f7089e013e1ced599850c943f751f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 26 Apr 2021 10:15:05 +0200 Subject: Use alias for rtems_task_self() and pthread_self() This may reduce the code size a bit. --- spec/build/cpukit/librtemscpu.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'spec/build/cpukit') diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml index a3a9ee42e3..21fa6ea787 100644 --- a/spec/build/cpukit/librtemscpu.yml +++ b/spec/build/cpukit/librtemscpu.yml @@ -1119,7 +1119,6 @@ source: - cpukit/posix/src/pthreadinitthreads.c - cpukit/posix/src/pthreadjoin.c - cpukit/posix/src/pthreadonce.c -- cpukit/posix/src/pthreadself.c - cpukit/posix/src/pthreadsetaffinitynp.c - cpukit/posix/src/pthreadsetnamenp.c - cpukit/posix/src/pthreadsetschedparam.c @@ -1299,7 +1298,6 @@ source: - cpukit/rtems/src/taskrestart.c - cpukit/rtems/src/taskresume.c - cpukit/rtems/src/tasks.c -- cpukit/rtems/src/taskself.c - cpukit/rtems/src/tasksetaffinity.c - cpukit/rtems/src/tasksetpriority.c - cpukit/rtems/src/tasksetscheduler.c @@ -1548,6 +1546,7 @@ source: - cpukit/score/src/threadqtimeout.c - cpukit/score/src/threadrestart.c - cpukit/score/src/threadscheduler.c +- cpukit/score/src/threadselfid.c - cpukit/score/src/threadsetstate.c - cpukit/score/src/threadstackallocate.c - cpukit/score/src/threadstackfree.c -- cgit v1.2.3