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: Referring to syscall numbers in .S files


I think using __NR_* directly makes the most sense.  The whole SYS_*
convention was only ever there as API compatibility with BSD (for assembly
and the syscall function).  I don't see any reason that Linux-specific
implementation code shouldn't just use the kernel-supplied names.


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