linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Akos Marton <makos999@gmail.com>
To: Tiago Maluta <maluta_tiago@yahoo.com.br>
Cc: linux-c-programming@vger.kernel.org
Subject: Re: How does one get the description of an errno value
Date: Sun, 15 Mar 2009 19:13:14 +0100	[thread overview]
Message-ID: <a913862f0903151113y72fe76d5x968516aee6ef8f85@mail.gmail.com> (raw)
In-Reply-To: <49BD1E25.4010305@yahoo.com.br>

On Sun, Mar 15, 2009 at 4:26 PM, Tiago Maluta <maluta_tiago@yahoo.com.br> wrote:
> Akos Marton wrote:
>> hi,
>>
>> /usr/include/linux/err.h on my PC with the value 4095.
>>
>> mAkos
>>
>
> What lib contains err.h?
> My /usr/include/linux contains only errno.h
>
> I'm using glibc 2.8

I'm using glibc 2.7
You can do a find in your /usr/include/ as
sh$ find /usr/include/ -name "*h" -exec cat {} + | grep MAX_ERRNO
if there are some output, check which file contains this macro.

mAkos
-- 
People seldom notice clothes, if you wear a big smile.
OLVASD: http://napirajz.hu

  parent reply	other threads:[~2009-03-15 18:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-15 10:46 How does one get the description of an errno value Angel Tsankov
2009-03-15 11:20 ` Bert Wesarg
2009-03-15 11:20 ` Steve Graegert
2009-03-15 10:43   ` Tiago Maluta
2009-03-15 13:09     ` Sergio Luis
2009-03-15 13:10     ` Steve Graegert
     [not found]     ` <a913862f0903150619o43657d87q2f45dbdbc7071659@mail.gmail.com>
     [not found]       ` <49BD1E25.4010305@yahoo.com.br>
2009-03-15 18:13         ` Akos Marton [this message]
2009-03-16  1:23   ` Jon Mayo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a913862f0903151113y72fe76d5x968516aee6ef8f85@mail.gmail.com \
    --to=makos999@gmail.com \
    --cc=linux-c-programming@vger.kernel.org \
    --cc=maluta_tiago@yahoo.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).