diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-06 15:37:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-06 15:37:11 +0000 |
commit | b3b413967aaddc6311f0088a7cf96badcb4eaf52 (patch) | |
tree | 2a8a0937ccc95fc827902474c6ad7093e2f9024a /sysdeps | |
parent | 31d12f6cad54d11fd6d468085050b1c6581fb03c (diff) | |
download | glibc-b3b413967aaddc6311f0088a7cf96badcb4eaf52.tar.gz |
* sysdeps/unix/sysv/linux/readonly-area.c: Allow fopen to fail because
the file does not exist.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/readonly-area.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/readonly-area.c b/sysdeps/unix/sysv/linux/readonly-area.c index 94e88bcb6f..29224d98b9 100644 --- a/sysdeps/unix/sysv/linux/readonly-area.c +++ b/sysdeps/unix/sysv/linux/readonly-area.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004 Free Software Foundation, Inc. +/* Copyright (C) 2004, 2005 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 |