public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* Fixed typo in CYGBLD_ISO_SSIZET_HEADER
@ 2009-05-12 16:08 Simon Kallweit
  2009-05-13  8:23 ` John Dallaway
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Kallweit @ 2009-05-12 16:08 UTC (permalink / raw)
  To: eCos Patches List

[-- Attachment #1: Type: text/plain, Size: 111 bytes --]

Just a small patch to fix a typo in CYGBLD_ISO_SSIZET_HEADER for making 
the ssize_t typedef available.

Simon

[-- Attachment #2: fix_ssize_t.patch --]
[-- Type: text/x-diff, Size: 1440 bytes --]

diff --git a/packages/isoinfra/current/ChangeLog b/packages/isoinfra/current/ChangeLog
index 3a89e4e..e3eefeb 100644
--- a/packages/isoinfra/current/ChangeLog
+++ b/packages/isoinfra/current/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-12  Simon Kallweit  <simon.kallweit@intefo.ch>
+
+	* include/sys/types.h:
+	* include/limits.h:
+	Fixed typo in CYGBLD_ISO_SSIZET_HEADER.
+
 2009-02-24  Rutger Hofmman <rutger@cs.vu.nl>
 
         * include/sys/stat.h: chmod() prototype
diff --git a/packages/isoinfra/current/include/limits.h b/packages/isoinfra/current/include/limits.h
index c0fa0af..e5fc30f 100644
--- a/packages/isoinfra/current/include/limits.h
+++ b/packages/isoinfra/current/include/limits.h
@@ -160,8 +160,8 @@
 #define _POSIX_CLOCKRES_MIN	20000000
 
 
-#ifdef CYGBLD_ISO_SSIZET_HEADER
-# include CYGBLD_ISO_SSIZET_HEADER
+#ifdef CYGBLD_ISO_SSIZE_T_HEADER
+# include CYGBLD_ISO_SSIZE_T_HEADER
 #else
 # ifndef __STRICT_ANSI__
 #  define SSIZE_MAX LONG_MAX
diff --git a/packages/isoinfra/current/include/sys/types.h b/packages/isoinfra/current/include/sys/types.h
index edf5070..3fb2489 100644
--- a/packages/isoinfra/current/include/sys/types.h
+++ b/packages/isoinfra/current/include/sys/types.h
@@ -67,8 +67,8 @@
 #define __need_size_t
 #include <stddef.h>
 
-#ifdef CYGBLD_ISO_SSIZET_HEADER
-# include CYGBLD_ISO_SSIZET_HEADER
+#ifdef CYGBLD_ISO_SSIZE_T_HEADER
+# include CYGBLD_ISO_SSIZE_T_HEADER
 #else
 typedef long ssize_t;
 #endif

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fixed typo in CYGBLD_ISO_SSIZET_HEADER
  2009-05-12 16:08 Fixed typo in CYGBLD_ISO_SSIZET_HEADER Simon Kallweit
@ 2009-05-13  8:23 ` John Dallaway
  0 siblings, 0 replies; 2+ messages in thread
From: John Dallaway @ 2009-05-13  8:23 UTC (permalink / raw)
  To: Simon Kallweit; +Cc: eCos Patches List

Simon Kallweit wrote:

> Just a small patch to fix a typo in CYGBLD_ISO_SSIZET_HEADER for making
> the ssize_t typedef available.

Checked-in. Thank you for the patch.

John Dallaway

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-13  8:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-12 16:08 Fixed typo in CYGBLD_ISO_SSIZET_HEADER Simon Kallweit
2009-05-13  8:23 ` John Dallaway

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).