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

[Bug libc/14138] Move some functions to syscalls.list


https://sourceware.org/bugzilla/show_bug.cgi?id=14138

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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  754a15c61cd6834685386a134d0a0fed5f3ac4c1 (commit)
      from  dc6fe23ba65714781a3d26270c132c0ca0ca5beb (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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=754a15c61cd6834685386a134d0a0fed5f3ac4c1

commit 754a15c61cd6834685386a134d0a0fed5f3ac4c1
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Sep 30 14:32:08 2014 +0000

    Move some *at definitions to syscalls.list (bug 14138).

    Continuing the move of syscall definitions to syscalls.list, where the
    removal of support for old kernel versions has made this possible,
    this patch moves definitions of various *at functions in
    sysdeps/unix/sysv/linux/.

    These particular moves are straightforward: there are no #includes of
    these source files, no special architecture-specific versions, no
    special symbol version handling and no aliases.  Each source file can
    be replaced by a single line in sysdeps/unix/sysv/linux/syscalls.list.

    Tested for x86_64.

        [BZ #14138]
        * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
        (linkat): Likewise.
        (mkdirat): Likewise.
        (readlinkat): Likewise.
        (renameat): Likewise.
        (symlinkat): Likewise.
        (unlinkat): Likewise.
        * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
        * sysdeps/unix/sysv/linux/linkat.c: Likewise.
        * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
        * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
        * sysdeps/unix/sysv/linux/renameat.c: Likewise.
        * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
        * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                             |   18 ++++++++++++++
 sysdeps/unix/sysv/linux/fchownat.c    |   41 ---------------------------------
 sysdeps/unix/sysv/linux/linkat.c      |   39 -------------------------------
 sysdeps/unix/sysv/linux/mkdirat.c     |   38 ------------------------------
 sysdeps/unix/sysv/linux/readlinkat.c  |   41 ---------------------------------
 sysdeps/unix/sysv/linux/renameat.c    |   36 -----------------------------
 sysdeps/unix/sysv/linux/symlinkat.c   |   38 ------------------------------
 sysdeps/unix/sysv/linux/syscalls.list |    8 ++++++
 sysdeps/unix/sysv/linux/unlinkat.c    |   39 -------------------------------
 9 files changed, 26 insertions(+), 272 deletions(-)
 delete mode 100644 sysdeps/unix/sysv/linux/fchownat.c
 delete mode 100644 sysdeps/unix/sysv/linux/linkat.c
 delete mode 100644 sysdeps/unix/sysv/linux/mkdirat.c
 delete mode 100644 sysdeps/unix/sysv/linux/readlinkat.c
 delete mode 100644 sysdeps/unix/sysv/linux/renameat.c
 delete mode 100644 sysdeps/unix/sysv/linux/symlinkat.c
 delete mode 100644 sysdeps/unix/sysv/linux/unlinkat.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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