This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix _exit for Linux


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Roland McGrath wrote:
> > I think you can just add the alias to sysdeps/unix/_exit.S instead.
> 
> No.  MIPS is one of the platforms without a functioning INLINE_SYSCALL
> implementation.  They need __syscall_* entry points.

Yes, they need a __syscall_exit alias for _exit.  Why not use an alias of
the existing _exit instead of having syscalls.list generate a different one?


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