liuhaitao e0aa7c6d81 syscall: update syscall_lookup.h with gettid to fix build break
proxies/PROXY_gettid.c: In function 'gettid':
proxies/PROXY_gettid.c:12:41: error: 'SYS_gettid' undeclared (first use in this function); did you mean 'SYS_getpid'?
   12 |   return (pid_t)sys_call0((unsigned int)SYS_gettid);
      |                                         ^~~~~~~~~~
      |                                         SYS_getpid
proxies/PROXY_gettid.c:12:41: note: each undeclared identifier is reported only once for each function it appears in
proxies/PROXY_gettid.c:13:1: warning: control reaches end of non-void function [-Wreturn-type]
   13 | }
      | ^
CC:  proxies/PROXY_mmap.c
Makefile:83: recipe for target 'PROXY_gettid.o' failed

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
Change-Id: Ib4d6e315aa7f17235292dd2d6550458a53bc1596
2020-09-18 20:07:00 -07:00
..
2020-04-11 21:19:47 +01:00
2020-06-15 08:07:19 -06:00
2020-02-28 18:18:50 -06:00
2020-04-30 08:46:21 -06:00
2020-04-30 08:46:21 -06:00
2020-08-11 16:44:42 +09:00
2020-08-24 03:36:44 -07:00
2020-09-11 10:41:24 +08:00
2020-05-27 05:40:37 -06:00
2020-08-14 03:44:26 -07:00
2020-05-11 11:32:55 -04:00
2020-09-18 20:03:05 -07:00
2020-07-21 21:48:18 -07:00