[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Is --enable-utf8 working everywhere?

From: Sascha Schumann <sascha_at_apache.org>
Date: 2002-07-17 20:14:24 CEST

> Exactly... we're still back to integral values. Of course, returning
> a *int and an int are different (and therefore the above can't be a
> full implemetation), but the concept still implies that we're integral.

    Actually, that is conceptually the full interface definition.
    The function returns a pointer to an integer in thread-local
    storage, so that each thread can maintain its own errno
    instance.

    In real, it looks like this on Linux:

    extern int *__errno_location (void) __THROW __attribute__ ((__const__));
    # define errno (*__errno_location ())

    - Sascha

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 17 23:34:05 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.