Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 396609
Collapse All | Expand All

(-)glib/gstdio.h.orig (-1 / +4 lines)
Lines 62-68 typedef struct stat GStatBuf; Link Here
62
62
63
#ifndef __GTK_DOC_IGNORE__
63
#ifndef __GTK_DOC_IGNORE__
64
#define g_chmod   chmod
64
#define g_chmod   chmod
65
#define g_open    open
66
#define g_creat   creat
65
#define g_creat   creat
67
#define g_rename  rename
66
#define g_rename  rename
68
#define g_mkdir   mkdir
67
#define g_mkdir   mkdir
Lines 77-82 typedef struct stat GStatBuf; Link Here
77
int g_access (const gchar *filename,
76
int g_access (const gchar *filename,
78
	      int          mode);
77
	      int          mode);
79
78
79
int g_open (const gchar *filename,
80
	    int flags,
81
	    int mode);
82
80
int g_chdir  (const gchar *path);
83
int g_chdir  (const gchar *path);
81
84
82
int g_unlink (const gchar *filename);
85
int g_unlink (const gchar *filename);

Return to bug 396609