2018-03-31 Add a one-line description to each c-file, according to nptl if needed. nptl code: scp -pr -P5565 localhost:/part1/DEBs/glibc/glibc-2.27/nptl .. git clone git://git.savannah.gnu.org/hurd/libpthread.git pwd /home/srs/Hurd/DEBs/patches/libpthread/libpthread ls *.c forward.c: no first line, nptl/forward.c: no first line libc_pthread_init.c: only in Hurd, no first line lockfile.c: only in Hurd, first line present. (cd pthread;ls -1 *.c) alloca_cutoff.c: first line present nptl/alloca_cutoff.c: first line present cthreads-compat.c: only in Hurd, first line present pt-alloc.c: only in Hurd, first line present pt-cancel.c: first line present nptl/pthread_cancel.c: no first line pt-cleanup.c: first line present nptl/pt-cleanup.c: no first line pt-create.c: first line present nptl/pthread_create.c: no first line pt-dealloc.c: only in Hurd, first line present pt-detach.c: first line present nptl/pthread_detach.c: no first line pt-exit.c: first line present nptl/pthread_exit.c: no first line pt-getattr.c: only in Hurd, first line present pt-initialize.c: only in Hurd, first line present pt-join.c: first line present, nptl/pthread_join.c: no first line pt-self.c: first line present, nptl/pthread_self.c: no first line pt-setcancelstate.c: first line present, nptl/pthread_setcancelstate.c: no first line pt-setcanceltype.c: first line present, nptl/pthread_setcanceltype.c: no first line pt-sigmask.c: first line present, nptl/pthread_sigmask.c: first line present pt-spin-inlines.c: only in Hurd, Move comment after Copyright... to first line?? pt-testcancel.c: first line present, nptl/pthread_testcancel.c: no first line pt-yield.c: first line present, nptl/pthread_yield.c: no firts line