From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: Lucio De Re Date: Fri, 28 Oct 2011 06:07:39 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] nanosleep()? Topicbox-Message-UUID: 3b739360-ead7-11e9-9d60-3106f5b1d025 In porting the prof command from the Go distribution (src/cmd/prof), absence of the nanosleep() function seems to be the final stumbling block, at least for compilation purposes. Any suggestions on how to implement it? ++L