[Lldb-commits] [PATCH] Use the right type for pid_t on FreeBSD

Ed Maste emaste at freebsd.org
Fri Mar 20 18:12:20 PDT 2015


I'm not sure it's uint64_t anywhere, actually, and I think PseudoTerminal::Fork ought to return a ::pid_t as well. But this change is OK as long as it works - specifically, the ```if ((pid = terminal.Fork(err_str, err_len)) == -1)```


http://reviews.llvm.org/D8491

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list