bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unistd: add more declarations


From: Bruno Haible
Subject: Re: unistd: add more declarations
Date: Fri, 23 Feb 2007 00:41:13 +0100
User-agent: KMail/1.5.4

An occurrence of getlogin_r.h was missed. Fortunately, Simon's autobuild
site http://autobuild.josefsson.org/gnulib/ displayed it quickly.

2007-02-22  Bruno Haible  <address@hidden>

        * lib/glob.c: Don't include getlogin_r.h.

*** lib/glob.c  26 Jan 2007 22:16:55 -0000      1.13
--- lib/glob.c  22 Feb 2007 23:28:57 -0000
***************
*** 132,138 ****
  # endif
  # define struct_stat64                struct stat64
  #else /* !_LIBC */
- # include "getlogin_r.h"
  # define __stat64(fname, buf) stat (fname, buf)
  # define struct_stat64                struct stat
  # define __stat(fname, buf)   stat (fname, buf)
--- 132,137 ----
*** lib/getlogin_r.c    19 Feb 2007 02:24:42 -0000      1.7
--- lib/getlogin_r.c    22 Feb 2007 23:28:57 -0000
***************
*** 30,36 ****
  char *getlogin (void);
  #endif
  
! /* See getlogin_r.h for documentation.  */
  int
  getlogin_r (char *name, size_t size)
  {
--- 30,36 ----
  char *getlogin (void);
  #endif
  
! /* See unistd_.h for documentation.  */
  int
  getlogin_r (char *name, size_t size)
  {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]