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 | |
parent | 31d12f6cad54d11fd6d468085050b1c6581fb03c (diff) | |
download | glibc-b3b413967aaddc6311f0088a7cf96badcb4eaf52.tar glibc-b3b413967aaddc6311f0088a7cf96badcb4eaf52.tar.gz glibc-b3b413967aaddc6311f0088a7cf96badcb4eaf52.tar.bz2 glibc-b3b413967aaddc6311f0088a7cf96badcb4eaf52.zip |
* sysdeps/unix/sysv/linux/readonly-area.c: Allow fopen to fail because
the file does not exist.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/readonly-area.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-10-06 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/readonly-area.c: Allow fopen to fail because + the file does not exist. + 2005-10-05 Simon Josefsson <jas@extundo.com> [BZ #1423] 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 |