summaryrefslogtreecommitdiff
path: root/nptl/pthread-errnos.sym
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-10 18:34:43 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-10 18:34:43 +0000
commitab355d9aa5186937757b20b93f7d52ea3926427a (patch)
tree202797696b5ede624ce3e0bfeb14e39dc4d5dc5f /nptl/pthread-errnos.sym
parentf6bacb8ef4dfcee39864d6383e3660d8ac267d23 (diff)
* pthread-errnos.sym: Add EOVERFLOW.
* sysdeps/unix/sysv/linux/structsem.sym: Add SEM_VALUE_MAX. * sysdeps/unix/sysv/linux/sem_post.c: Don't overflow value field. * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Likewise. * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Likewise.
Diffstat (limited to 'nptl/pthread-errnos.sym')
-rw-r--r--nptl/pthread-errnos.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthread-errnos.sym b/nptl/pthread-errnos.sym
index 2bb4d0d3ca..0975b7a373 100644
--- a/nptl/pthread-errnos.sym
+++ b/nptl/pthread-errnos.sym
@@ -8,5 +8,6 @@ EDEADLK EDEADLK
EINTR EINTR
EINVAL EINVAL
ENOSYS ENOSYS
+EOVERFLOW EOVERFLOW
ETIMEDOUT ETIMEDOUT
EWOULDBLOCK EWOULDBLOCK