Xinqi Bao's Git
4e67a28509a1ad0a00a4ded819e8f731fd581ba1
1 /* See LICENSE file for copyright and license details. */
3 #include <sys/utsname.h>
14 if (uname(&udata
) < 0) {
15 fprintf(stderr
, "uname: %s\n", strerror(errno
));
19 return bprintf("%s", udata
.release
);