diff options
Diffstat (limited to 'sysdeps/stub/fpathconf.c')
-rw-r--r-- | sysdeps/stub/fpathconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/stub/fpathconf.c b/sysdeps/stub/fpathconf.c index 4f1f1d4a1d..75880fd647 100644 --- a/sysdeps/stub/fpathconf.c +++ b/sysdeps/stub/fpathconf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996 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 @@ -44,6 +44,7 @@ DEFUN(__fpathconf, (fd, name), int fd AND int name) case _PC_NAME_MAX: case _PC_PATH_MAX: case _PC_PIPE_BUF: + case _PC_SOCK_MAXBUF: case _PC_CHOWN_RESTRICTED: case _PC_NO_TRUNC: case _PC_VDISABLE: |