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 #4 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  6268f532b6c6be7971cb57883d042bd771966548 (commit)
      from  7a34129911093dac61d6f2927cd8125f8e6d9945 (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=6268f532b6c6be7971cb57883d042bd771966548

commit 6268f532b6c6be7971cb57883d042bd771966548
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Oct 1 20:58:20 2014 +0000

    Move execve to syscalls.list (bug 14138).

    Continuing the move of syscall definitions to syscalls.list, where
    previous cleanups have made this possible, this patch moves the
    definition of execve.  (In this case, it was the removal of bounded
    pointers support, rather than old kernel support, which made the move
    possible.)

    Tested for x86_64.

        [BZ #14138]
        * sysdeps/unix/sysv/linux/execve.c: Remove file.
        * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.

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

Summary of changes:
 ChangeLog                             |    6 +++++
 sysdeps/unix/sysv/linux/execve.c      |   35 ---------------------------------
 sysdeps/unix/sysv/linux/syscalls.list |    1 +
 3 files changed, 7 insertions(+), 35 deletions(-)
 delete mode 100644 sysdeps/unix/sysv/linux/execve.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]