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


> Not every system might have this function and it is not exported. 
> Therefore having the rule in a sysdep Makefile is correct.

Systems that don't have it are broken now because generic/libc-start.c
refers to it.  Either it belongs in the generic code and the generic
makefile, or it belongs in the sysdeps makefile and a sysdeps libc-start.c.


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