diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-14 10:20:25 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-14 10:20:25 -0800 |
commit | 0079dd2382eba185d22410a1d3088dc7146bc00a (patch) | |
tree | af3c1fa38888dbab45fcde303c4a275f5439b107 /Versions.def | |
parent | 8964681064db9f13ee4ec7f46c53f04d66a04b99 (diff) | |
download | glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.tar glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.tar.gz glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.tar.bz2 glibc-0079dd2382eba185d22410a1d3088dc7146bc00a.zip |
Add support for new Linux error ERFKILL.
Diffstat (limited to 'Versions.def')
-rw-r--r-- | Versions.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def index a8a9cd275e..70de1c14fc 100644 --- a/Versions.def +++ b/Versions.def @@ -28,6 +28,7 @@ libc { GLIBC_2.9 GLIBC_2.10 GLIBC_2.11 + GLIBC_2.12 %ifdef USE_IN_LIBIO HURD_CTHREADS_0.3 %endif |