This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.20-343-g78e21c5


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  78e21c5df674e037d06e86c5d4cb95818c8f6b8c (commit)
      from  f82c43af8aebc5a270c8be06055ee5a38063bac3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                               |   14 ++
 sysdeps/posix/Makefile                  |    4 +
 sysdeps/posix/shm-directory.c           |   35 +++++
 sysdeps/posix/shm-directory.h           |   63 +++++++++
 sysdeps/posix/shm_open.c                |   54 +++-----
 sysdeps/posix/shm_unlink.c              |   31 +----
 sysdeps/unix/sysv/linux/shm-directory.c |  144 ++++++++++++++++++++
 sysdeps/unix/sysv/linux/shm_open.c      |  226 -------------------------------
 sysdeps/unix/sysv/linux/shm_unlink.c    |    1 -
 9 files changed, 290 insertions(+), 282 deletions(-)
 create mode 100644 sysdeps/posix/shm-directory.c
 create mode 100644 sysdeps/posix/shm-directory.h
 create mode 100644 sysdeps/unix/sysv/linux/shm-directory.c
 delete mode 100644 sysdeps/unix/sysv/linux/shm_open.c
 delete mode 100644 sysdeps/unix/sysv/linux/shm_unlink.c


hooks/post-receive
-- 
GNU C Library master sources


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