diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-04-06 18:53:32 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-04-19 19:05:19 +0200 |
commit | ff3d51ec58e433ca725a1039f8558d64d2d80466 (patch) | |
tree | 45616f6419ca88c31f500655423fe36a4908cf03 /sysdeps/unix | |
parent | 50f81fd74b78d407477b9b39c2034c87471b6cef (diff) | |
download | glibc-ff3d51ec58e433ca725a1039f8558d64d2d80466.tar.gz glibc-ff3d51ec58e433ca725a1039f8558d64d2d80466.tar.xz glibc-ff3d51ec58e433ca725a1039f8558d64d2d80466.zip |
Fix computation of inflated errlist size
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 7f2f1b9ffe..f9647be1bc 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -142,7 +142,7 @@ libc { fallocate; } GLIBC_2.12 { - #errlist-compat 134 + #errlist-compat 135 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; ntp_gettimex; |