From owner-freebsd-questions@freebsd.org Tue Jul 13 02:22:31 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 234B264E147 for ; Tue, 13 Jul 2021 02:22:31 +0000 (UTC) (envelope-from chris@monochrome.org) Received: from mail.monochrome.org (static-71-163-255-121.washdc.fios.verizon.net [71.163.255.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail", Issuer "mail" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GP4Cp1W1jz3hJt for ; Tue, 13 Jul 2021 02:22:29 +0000 (UTC) (envelope-from chris@monochrome.org) Received: from tripel.monochrome.org (tripel.monochrome.org [192.168.1.11]) by mail.monochrome.org (8.15.2/8.15.2) with ESMTP id 16D2MMYD085620; Mon, 12 Jul 2021 22:22:23 -0400 (EDT) (envelope-from chris@monochrome.org) Date: Mon, 12 Jul 2021 22:22:22 -0400 (EDT) From: Chris Hill To: "Thomas D. Dean" cc: freebsd-questions@freebsd.org Subject: Re: sys/timerfd.h missing In-Reply-To: <15b672e6-8f3b-4c6c-a42c-e955216f630b@wavecable.com> Message-ID: References: <15b672e6-8f3b-4c6c-a42c-e955216f630b@wavecable.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 4GP4Cp1W1jz3hJt X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of chris@monochrome.org has no SPF policy when checking 71.163.255.121) smtp.mailfrom=chris@monochrome.org X-Spamd-Result: default: False [-2.10 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[chris]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_LONG(-1.00)[-0.999]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[monochrome.org]; RBL_DBL_DONT_QUERY_IPS(0.00)[71.163.255.121:from]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[71.163.255.121:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:701, ipnet:71.163.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2021 02:22:31 -0000 On Mon, 12 Jul 2021, Thomas D. Dean wrote: >> cc -O2 -pipe hwmon.c -o hwmon > hwmon.c:1:10:fatal error: 'sys/timerfd.h' file not found > > Any idea where I can find timerfd.h? On my 12.2-R system, $ locate timerfd.h /usr/local/include/libepoll-shim/sys/timerfd.h HTH. -- Chris Hill chris@monochrome.org