diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-17 21:18:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-17 21:18:22 +0000 |
commit | f80ea15d3bdec649a3dd154bf3f97df676ca1588 (patch) | |
tree | 1e2a06b58b43d70c7ad3fa7cf66c5f2bb8e29f3c /sysdeps/unix/sysv/aix/bits/errno.h | |
parent | d6c05bbe036022096ef1a2fca8ca647f4d1959b5 (diff) | |
download | glibc-f80ea15d3bdec649a3dd154bf3f97df676ca1588.tar.gz glibc-f80ea15d3bdec649a3dd154bf3f97df676ca1588.tar.xz glibc-f80ea15d3bdec649a3dd154bf3f97df676ca1588.zip |
Add EAFNOSUPPORT.
Diffstat (limited to 'sysdeps/unix/sysv/aix/bits/errno.h')
-rw-r--r-- | sysdeps/unix/sysv/aix/bits/errno.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/aix/bits/errno.h b/sysdeps/unix/sysv/aix/bits/errno.h index 37800c3874..d14e3299d4 100644 --- a/sysdeps/unix/sysv/aix/bits/errno.h +++ b/sysdeps/unix/sysv/aix/bits/errno.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -98,6 +98,8 @@ # define ESOCKTNOSUPPORT 63 /* Socket type not supported. */ # define EOPNOTSUPP 64 /* Operation not supported on socket. */ # define EPFNOSUPPORT 65 /* Protocol family not supported. */ +# define EAFNOSUPPORT 66 /* Address family not supported by protocol + family. */ # define EADDRINUSE 67 /* Address already in use. */ # define EADDRNOTAVAIL 68 /* Can't assign requested address. */ # define ENETDOWN 69 /* Network is down. */ |