diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-02-10 18:16:28 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-02-14 21:09:12 -0300 |
commit | d1aea2805df2d9f5e06f8b508b377a8bc95ba335 (patch) | |
tree | 9631b05f5b9966675583af5d07b4419a7ecb30eb /nptl/pthread-errnos.sym | |
parent | fcb78a55058fd4e3477d9e4c6a5083d650aefa31 (diff) | |
download | glibc-d1aea2805df2d9f5e06f8b508b377a8bc95ba335.tar.gz glibc-d1aea2805df2d9f5e06f8b508b377a8bc95ba335.tar.xz glibc-d1aea2805df2d9f5e06f8b508b377a8bc95ba335.zip |
nptl: Remove ununsed pthread-errnos.h rule
Diffstat (limited to 'nptl/pthread-errnos.sym')
-rw-r--r-- | nptl/pthread-errnos.sym | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nptl/pthread-errnos.sym b/nptl/pthread-errnos.sym deleted file mode 100644 index 0975b7a373..0000000000 --- a/nptl/pthread-errnos.sym +++ /dev/null @@ -1,13 +0,0 @@ -#include <errno.h> - --- These errno codes are used by some assembly code. - -EAGAIN EAGAIN -EBUSY EBUSY -EDEADLK EDEADLK -EINTR EINTR -EINVAL EINVAL -ENOSYS ENOSYS -EOVERFLOW EOVERFLOW -ETIMEDOUT ETIMEDOUT -EWOULDBLOCK EWOULDBLOCK |