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

Re: [PATCH v4] add kexec_load() linux system call


On Wed, May 23, 2012 at 10:06:37AM -0400, Chris Metcalf wrote:
> On 5/23/2012 9:58 AM, maximilian attems wrote:
> > --- a/sysdeps/unix/sysv/linux/Makefile
> > +++ b/sysdeps/unix/sysv/linux/Makefile
> > @@ -36,7 +36,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \
> >  		  bits/a.out.h sys/inotify.h sys/signalfd.h sys/eventfd.h \
> >  		  sys/timerfd.h sys/fanotify.h bits/eventfd.h bits/inotify.h \
> >  		  bits/signalfd.h bits/timerfd.h bits/epoll.h \
> > -		  bits/socket_type.h bits/syscall.h
> > +		  bits/socket_type.h bits/syscall.h sys/kexec.h
> 
> I'd group the new header with the other sys/ headers a few lines up.

the scsi headers are in middle of the sys, if there is a real order there it
eluded me.


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