Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 693986
Collapse All | Expand All

(-)a/third_party/grpc/src/core/lib/gpr/log_linux.cc.ORIG (+2 lines)
Lines 40-46 Link Here
40
#include <time.h>
40
#include <time.h>
41
#include <unistd.h>
41
#include <unistd.h>
42
42
43
/* contained in unistd.h 
43
static long gettid(void) { return syscall(__NR_gettid); }
44
static long gettid(void) { return syscall(__NR_gettid); }
45
*/
44
46
45
void gpr_log(const char* file, int line, gpr_log_severity severity,
47
void gpr_log(const char* file, int line, gpr_log_severity severity,
46
             const char* format, ...) {
48
             const char* format, ...) {

Return to bug 693986