![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 // Copyright (C) 2019, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> 0003 #define _GNU_SOURCE 0004 #include <unistd.h> 0005 0006 int main(void) 0007 { 0008 return gettid(); 0009 } 0010 0011 #undef _GNU_SOURCE
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |