#define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.
authorManish Singh <yosh@gimp.org>
Mon, 12 Jan 2004 00:06:54 +0000 (00:06 +0000)
committerManish Singh <yosh@src.gnome.org>
Mon, 12 Jan 2004 00:06:54 +0000 (00:06 +0000)
Sun Jan 11 16:05:35 2004  Manish Singh  <yosh@gimp.org>

        * glib/giounix.c: #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/giounix.c

index a9f7c27..71b048f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jan 11 16:05:35 2004  Manish Singh  <yosh@gimp.org>
+
+       * glib/giounix.c: #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.
+
 Sat Jan 10 00:11:12 2004  Manish Singh  <yosh@gimp.org>
 
        * glib/gutils.h (g_bit_nth_lsf,g_bit_nth_msf): 64-bit cleanliness
index a9f7c27..71b048f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jan 11 16:05:35 2004  Manish Singh  <yosh@gimp.org>
+
+       * glib/giounix.c: #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.
+
 Sat Jan 10 00:11:12 2004  Manish Singh  <yosh@gimp.org>
 
        * glib/gutils.h (g_bit_nth_lsf,g_bit_nth_msf): 64-bit cleanliness
index a9f7c27..71b048f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jan 11 16:05:35 2004  Manish Singh  <yosh@gimp.org>
+
+       * glib/giounix.c: #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.
+
 Sat Jan 10 00:11:12 2004  Manish Singh  <yosh@gimp.org>
 
        * glib/gutils.h (g_bit_nth_lsf,g_bit_nth_msf): 64-bit cleanliness
index a9f7c27..71b048f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jan 11 16:05:35 2004  Manish Singh  <yosh@gimp.org>
+
+       * glib/giounix.c: #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.
+
 Sat Jan 10 00:11:12 2004  Manish Singh  <yosh@gimp.org>
 
        * glib/gutils.h (g_bit_nth_lsf,g_bit_nth_msf): 64-bit cleanliness
index a9f7c27..71b048f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jan 11 16:05:35 2004  Manish Singh  <yosh@gimp.org>
+
+       * glib/giounix.c: #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.
+
 Sat Jan 10 00:11:12 2004  Manish Singh  <yosh@gimp.org>
 
        * glib/gutils.h (g_bit_nth_lsf,g_bit_nth_msf): 64-bit cleanliness
index a9f7c27..71b048f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Jan 11 16:05:35 2004  Manish Singh  <yosh@gimp.org>
+
+       * glib/giounix.c: #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853.
+
 Sat Jan 10 00:11:12 2004  Manish Singh  <yosh@gimp.org>
 
        * glib/gutils.h (g_bit_nth_lsf,g_bit_nth_msf): 64-bit cleanliness
index 29d29fb..ecd32ec 100644 (file)
@@ -33,6 +33,8 @@
 
 #include "config.h"
 
+#define _POSIX_SOURCE          /* for SSIZE_MAX */
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <stdio.h>