<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Glen Lumanau &#187; deprecated</title>
	<atom:link href="http://lumanau.web.id/tag/deprecated/feed" rel="self" type="application/rss+xml" />
	<link>http://lumanau.web.id</link>
	<description>Nothing Special</description>
	<lastBuildDate>Fri, 30 Sep 2011 09:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A message “ ‘sys_errlist’ is deprecated; use ‘strerror’ or ‘strerror_r’ instead ”</title>
		<link>http://lumanau.web.id/2010/06/08/a-message-%e2%80%9c-%e2%80%98sys_errlist%e2%80%99-is-deprecated-use-%e2%80%98strerror%e2%80%99-or-%e2%80%98strerror_r%e2%80%99-instead-%e2%80%9d.html</link>
		<comments>http://lumanau.web.id/2010/06/08/a-message-%e2%80%9c-%e2%80%98sys_errlist%e2%80%99-is-deprecated-use-%e2%80%98strerror%e2%80%99-or-%e2%80%98strerror_r%e2%80%99-instead-%e2%80%9d.html#comments</comments>
		<pubDate>Tue, 08 Jun 2010 15:33:18 +0000</pubDate>
		<dc:creator>Glen Lumanau</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[deprecated]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[sys_errlist]]></category>

		<guid isPermaLink="false">http://lumanau.web.id/?p=269</guid>
		<description><![CDATA[While building nginx version 0.7.66, 0.8.35 or higher on Linux the following warning messages are issued: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead This is normal: nginx has to use the deprecated sys_errlist[] and sys_nerr in signal handlers because strerror() and strerror_r() functions are [...]]]></description>
			<content:encoded><![CDATA[<p>While building nginx version 0.7.66, 0.8.35 or higher on Linux the following warning messages are issued:</p>
<blockquote>
<pre>warning: `sys_errlist' is deprecated;
    use `strerror' or `strerror_r' instead
warning: `sys_nerr' is deprecated;
    use `strerror' or `strerror_r' instead
</pre>
</blockquote>
<p>This is normal: nginx has to use the deprecated sys_errlist[] and  sys_nerr in signal handlers because strerror() and strerror_r() functions are not Async-Signal-Safe.</p>
<p>Source : <a href="http://nginx.org/en/docs/sys_errlist.html" target="_blank">Nginx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lumanau.web.id/2010/06/08/a-message-%e2%80%9c-%e2%80%98sys_errlist%e2%80%99-is-deprecated-use-%e2%80%98strerror%e2%80%99-or-%e2%80%98strerror_r%e2%80%99-instead-%e2%80%9d.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

