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]

[hurd,commited 0/4] Fixing symbol exposition.s


This series fixes symbol exposition on hurd (and possibly other
non-Linux ports).

Samuel Thibault (4):
  hurd: Fix dirfd symbol exposition from ftw
  hurd: Fix `revoke' symbol exposition from `unlockpt'
  hurd: Fix `seekdir' symbol exposition from `rewinddir'
  hurd: Fix `getifaddrs' and `freeifaddrs' symbol exposition

 ChangeLog                     | 27 +++++++++++++++++++++++++++
 dirent/dirfd.c                |  3 ++-
 include/dirent.h              |  2 ++
 include/ifaddrs.h             |  5 +++++
 include/unistd.h              |  1 +
 inet/check_pf.c               |  4 ++--
 inet/ifaddrs.c                |  2 ++
 io/ftw.c                      |  6 +++---
 misc/revoke.c                 |  4 +++-
 sysdeps/gnu/ifaddrs.c         |  2 ++
 sysdeps/mach/hurd/dirfd.c     |  4 +++-
 sysdeps/mach/hurd/revoke.c    |  4 +++-
 sysdeps/mach/hurd/rewinddir.c |  2 +-
 sysdeps/mach/hurd/seekdir.c   |  5 +++--
 sysdeps/posix/dirfd.c         |  4 +++-
 sysdeps/unix/bsd/unlockpt.c   |  2 +-
 16 files changed, 63 insertions(+), 14 deletions(-)

-- 
2.14.1


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