diff options
author | Jakub Jelinek <jakub@redhat.com> | 2003-09-02 13:25:06 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2003-09-02 13:25:06 +0000 |
commit | ee33620ea1a3317960c4c40fcfee6c87b4942c6e (patch) | |
tree | 694e3eb8bef32ff052788ba0b9d27644d224625b | |
parent | fd2f9ee3091f4da05c0bc000183c992dd9a85f6c (diff) | |
download | glibc-ee33620ea1a3317960c4c40fcfee6c87b4942c6e.tar.gz glibc-ee33620ea1a3317960c4c40fcfee6c87b4942c6e.tar.xz glibc-ee33620ea1a3317960c4c40fcfee6c87b4942c6e.zip |
Fix a typo.
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h b/nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h index c402e382d4..acf1a617e3 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h @@ -1 +1 @@ -#include "../i386/test-cancel.h" +#include "../i386/not-cancel.h" |