view xml/tr/docs/sys_errlist.xml @ 1626:b6fad74f2aa1

Removed release packages from linux downloads page. Rationale: - They are only available for stable branch - They are only available for CentOS/RHEL - The repo they configure does not include those packages so they are impossible to update
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 17 Dec 2015 19:44:14 +0300
parents 7db449e89e92
children
line wrap: on
line source

<!DOCTYPE article SYSTEM "../../../dtd/article.dtd">

<article name="&ldquo;&nbsp;&lsquo;sys_errlist&rsquo;
                is deprecated;
                use &lsquo;strerror&rsquo; or &lsquo;strerror_r&rsquo;
                instead&nbsp;&rdquo; uyarısı"
         link="/tr/docs/sys_errlist.html"
         lang="tr">

<section>

<para>
nginx versiyon 0.7.66, 0.8.35 ve üstü için Linux kurulumu yaparken, şu uyarıları alabilirsiniz:

<programlisting>
warning: `sys_errlist' is deprecated;
    use `strerror' or `strerror_r' instead
warning: `sys_nerr' is deprecated;
    use `strerror' or `strerror_r' instead
</programlisting>

Bu normal bir durum: strerror() ve strerror_r() fonksiyonları "Async-Signal-Safe" olmadığından, nginx sinyal işleyici olarak onaylı olmayan sys_errlist[] ve sys_nerr kullanmak zorundadır.
</para>

</section>

</article>