[PATCH] D27791: [msan] Intercept getutent and friends

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 14:47:05 PST 2016


kubabrecka added a comment.

Darwin doesn't have `utmp.h` (it does have `utmpx.h` though).  I'll #ifdef it out, okay?


Repository:
  rL LLVM

https://reviews.llvm.org/D27791





More information about the llvm-commits mailing list