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] Fix -Wundef warning on PAGE_COPY_THRESHOLD


Generally memcopy.h is machine-specific while pagecopy.h is OS-specific.
Any scheme is OK with me if it follows typo-proof principles and means
that an OS-specific header can use #include_next and #undef+#define to
get all the rights bits without any source code duplication.


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