mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 01:48:53 +02:00
glib/gstdio.h glib/gstdio.c Wrap also creat(). (#171285)
2005-04-08 Tor Lillqvist <tml@novell.com> * glib/gstdio.h * glib/gstdio.c * glib/glib.symbols (g_creat): Wrap also creat(). (#171285)
This commit is contained in:
committed by
Tor Lillqvist
parent
9099d64b3a
commit
ff79c0b525
@@ -34,6 +34,7 @@
|
||||
#define g_access access
|
||||
#define g_chmod chmod
|
||||
#define g_open open
|
||||
#define g_creat creat
|
||||
#define g_rename rename
|
||||
#define g_mkdir mkdir
|
||||
#define g_stat stat
|
||||
@@ -66,6 +67,9 @@ int g_open (const gchar *filename,
|
||||
int flags,
|
||||
int mode);
|
||||
|
||||
int g_creat (const gchar *filename,
|
||||
int mode);
|
||||
|
||||
int g_rename (const gchar *oldfilename,
|
||||
const gchar *newfilename);
|
||||
|
||||
|
Reference in New Issue
Block a user