bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] vasprintf EOVERFLOW fix


From: Oskar Liljeblad
Subject: [Bug-gnulib] vasprintf EOVERFLOW fix
Date: Thu, 9 Sep 2004 13:17:00 +0200
User-agent: Mutt/1.5.6+20040818i

A trivial patch to define EOVERFLOW in vasnprintf.c like
other modules do (c-stack.c, getugroups.c, and poll.c).

Regards,

Oskar Liljeblad (address@hidden)

diff -u -r1.14 vasnprintf.c
--- vasnprintf.c        8 Sep 2004 12:11:19 -0000       1.14
+++ vasnprintf.c        9 Sep 2004 11:15:55 -0000
@@ -48,6 +48,10 @@
 # include "printf-parse.h"
 #endif

+#ifndef EOVERFLOW
+#define EOVERFLOW EINVAL
+#endif
+
 /* Checked size_t computations.  */
 #include "xsize.h"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]