]> granicus.if.org Git - strace/blobdiff - largefile_wrappers.h
nlattr: add UID/GID netlink attribute decoders
[strace] / largefile_wrappers.h
index 6bb11a3f0684ab6846ffd590f3d518d2679f9031..b5e49ad50c4af13c73468dcb44d0421ec2719cf8 100644 (file)
@@ -35,9 +35,9 @@
 
 #ifdef _LARGEFILE64_SOURCE
 # ifdef HAVE_FOPEN64
-#  define fopen_for_output fopen64
+#  define fopen_stream fopen64
 # else
-#  define fopen_for_output fopen
+#  define fopen_stream fopen
 # endif
 # define struct_stat struct stat64
 # define stat_file stat64
@@ -46,7 +46,7 @@
 # define struct_rlimit struct rlimit64
 # define set_rlimit setrlimit64
 #else
-# define fopen_for_output fopen
+# define fopen_stream fopen
 # define struct_stat struct stat
 # define stat_file stat
 # define struct_dirent struct dirent