[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] pthread: Verschiebe pthread.c nach pthread/thread.c



Vermutlich wollen wir nicht alles pthread-ige in eine Datei packen, also
erstellt dieser Patch ein pthread/-Verzeichnis und verschiebt die
bisherige pthread.c da hinein.

Signed-off-by: Hanna Reitz <hanna.reitz@xxxxxxxxxxx>
---
 src/modules/lib/posix/{pthread.c => pthread/thread.c} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename src/modules/lib/posix/{pthread.c => pthread/thread.c} (100%)

diff --git a/src/modules/lib/posix/pthread.c b/src/modules/lib/posix/pthread/thread.c
similarity index 100%
rename from src/modules/lib/posix/pthread.c
rename to src/modules/lib/posix/pthread/thread.c
-- 
2.31.0