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] __readlink_chk: Assume HAVE_INLINED_SYSCALLS


On 08/20/2018 09:32 PM, Joseph Myers wrote:
On Mon, 20 Aug 2018, Florian Weimer wrote:

-#ifdef HAVE_INLINED_SYSCALLS
  # include <errno.h>
  # include <sysdep.h>
-#endif
Need to update the preprocessor indentation here for the removed #ifdef.

Oops, right. The file is gone in the follow-up patch. But I see I forgot to remove the #includes from debug/readlink_chk.c. I will fix that too.

Florian


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