GerHobbelt / pthread-win32

clone of pthread-win32 (a.k.a. pthreads4w) + local tweaks (including MSVC2008 - MSVC2022 project files)
Other
343 stars 165 forks source link

Converting CRLF line endings into LF #11

Closed erikbasargin closed 3 years ago

erikbasargin commented 6 years ago

The conversion of the ends was done in files:

modified: manual/cpu_set.html modified: manual/index.html modified: manual/pthread_create.html modified: manual/pthread_join.html modified: manual/sched_setaffinity.html modified: pthread_setaffinity.c modified: pthread_timedjoin_np.c modified: pthread_tryjoin_np.c modified: sched_setaffinity.c modified: tests/affinity1.c modified: tests/affinity2.c modified: tests/affinity3.c modified: tests/affinity4.c modified: tests/affinity5.c modified: tests/context2.c modified: tests/exception3_0.c modified: tests/join4.c