On G_OS_UNIX, simple #define g_open and co. as aliases for their
authorManish Singh <yosh@gimp.org>
Wed, 23 Feb 2005 06:04:05 +0000 (06:04 +0000)
committerManish Singh <yosh@src.gnome.org>
Wed, 23 Feb 2005 06:04:05 +0000 (06:04 +0000)
commit1ecb9a686cb917111569e52207662c51dbbfb6bf
treebf5015864d6b9cac9f2f00c05a86c738753be3ea
parentea28f59fc1bb7d16f7e39ac260a6364ffc7f2e52
On G_OS_UNIX, simple #define g_open and co. as aliases for their

Tue Feb 22 22:03:38 2005  Manish Singh  <yosh@gimp.org>

        * glib/gstdio.h: On G_OS_UNIX, simple #define g_open and co. as
        aliases for their respective C library functions, instead of
        using the function wrappers. This avoids library users having to
        care about matching large file support with whatever glib has been
        built with. Fixes bug #167942.

        * glib/gstdio.c
        * glib/abicheck.sh
        * glib/glib.symbols
        * glib/makegalias.pl: Logic to make the gstdio wrappers still
        available for compatibility, but not used in new code.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/abicheck.sh
glib/glib.symbols
glib/gstdio.c
glib/gstdio.h
glib/makegalias.pl