This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GNU C Library master sources branch, master, updated. glibc-2.15-392-g25fb532


Hi!

On 15 Mar 2012 13:23:07 -0000, aj@sourceware.org wrote:
> The branch, master has been updated
>        via  [...]
>        via  1e2405c8fa877d7cb3c06626c94356faaa7bd1e0 (commit)
>        via  [...]

> http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1e2405c8fa877d7cb3c06626c94356faaa7bd1e0
> 
> commit 1e2405c8fa877d7cb3c06626c94356faaa7bd1e0
> Author: Andreas Jaeger <aj@suse.de>
> Date:   Wed Mar 14 16:50:33 2012 +0100
> 
>     Remove files so that i386 uses the iee754/dbl-64 sin and cos implementation.
> 
> diff --git a/dirent/dirfd.c b/dirent/dirfd.c
> index 569484c..026421f 100644
> --- a/dirent/dirfd.c
> +++ b/dirent/dirfd.c
> @@ -1,5 +1,5 @@
>  /* Return the file descriptor used by a DIR stream.  Stub version.
> -   Copyright (C) 1995, 1996, 2012 Free Software Foundation, Inc.
> +   Copyright (C) 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
> @@ -21,13 +21,12 @@
>  #include <errno.h>
>  
>  int
> -__dirfd (dirp)
> +dirfd (dirp)
>       DIR *dirp;
>  {
>    __set_errno (ENOSYS);
>    return -1;
>  }
> -weak_alias(__dirfd, dirfd)
> [...]

During upstream commit review for GNU Hurd suitability I noticed that
additionally to what is indicated in this commit's commit message, it
also reverts earlier changes, for example the quoted dirfd one.  I think
this is unintended; would you please check this?


GrÃÃe,
 Thomas

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]