1234567891011121314151617181920212223242526 |
- #
- # Never ignore these
- #
- !.gitignore
- #
- # Generated files
- #
- /pthread-errnos.h
- /gen_pthread-errnos.[cs]
- !sysdeps/pthread/tcb-offsets.h
- sysdeps/*/tcb-offsets.h
- sysdeps/*/gen_tcb-offsets.[cs]
- sysdeps/unix/sysv/linux/gen_*.[cs]
- sysdeps/unix/sysv/linux/lowlevelbarrier.h
- sysdeps/unix/sysv/linux/lowlevelcond.h
- sysdeps/unix/sysv/linux/lowlevelrwlock.h
- sysdeps/unix/sysv/linux/lowlevelrobustlock.h
- sysdeps/unix/sysv/linux/structsem.h
- sysdeps/unix/sysv/linux/unwindbuf.h
- sysdeps/unix/sysv/linux/pthread-pi-defines.h
- #
- # symlinks
- #
- sysdeps/pthread/pt-sigaction.c
- sysdeps/pthread/pt-sigfillset.c
- sysdeps/pthread/pt-sigprocmask.c
|