public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Chris Metcalf <cmetcalf@tilera.com>
To: <libc-ports@sourceware.org>
Subject: [PATCH] linux-generic: fix typesizes.h to match recent core changes
Date: Wed, 16 May 2012 13:45:00 -0000	[thread overview]
Message-ID: <201205161345.q4GDjTrL030305@farm-0002.internal.tilera.com> (raw)
In-Reply-To: <Pine.LNX.4.64.1205161028570.11537@digraph.polyomino.org.uk>

Remove __SNSECONDS_T_TYPE; add __SYSCALL_{S,U}LONG_TYPE.
---
 ChangeLog.linux-generic                          |    6 ++++++
 sysdeps/unix/sysv/linux/generic/bits/typesizes.h |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog.linux-generic b/ChangeLog.linux-generic
index 9f563e3..811b6c6 100644
--- a/ChangeLog.linux-generic
+++ b/ChangeLog.linux-generic
@@ -1,3 +1,9 @@
+2012-05-16  Chris Metcalf  <cmetcalf@tilera.com>
+
+	* sysdeps/unix/sysv/linux/generic/bits/typesizes.h:
+	Remove now-unused __SNSECONDS_T_TYPE, and add new
+	__SYSCALL_ULONG_TYPE and __SYSCALL_SLONG_TYPE types.
+
 2012-05-14  Chris Metcalf  <cmetcalf@tilera.com>
 
 	* sysdeps/unix/sysv/linux/generic/bits/stat.h,
diff --git a/sysdeps/unix/sysv/linux/generic/bits/typesizes.h b/sysdeps/unix/sysv/linux/generic/bits/typesizes.h
index b6541bb..b280c9b 100644
--- a/sysdeps/unix/sysv/linux/generic/bits/typesizes.h
+++ b/sysdeps/unix/sysv/linux/generic/bits/typesizes.h
@@ -58,7 +58,8 @@
 #define __BLKSIZE_T_TYPE	__S32_TYPE
 #define __FSID_T_TYPE		struct { int __val[2]; }
 #define __SSIZE_T_TYPE		__SWORD_TYPE
-#define __SNSECONDS_T_TYPE	__SLONGWORD_TYPE
+#define __SYSCALL_SLONG_TYPE	__SLONGWORD_TYPE
+#define __SYSCALL_ULONG_TYPE	__ULONGWORD_TYPE
 
 /* Number of descriptors that can fit in an `fd_set'.  */
 #define	__FD_SETSIZE		1024
-- 
1.6.5.2

  reply	other threads:[~2012-05-16 13:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20120412012017.GA27647@intel.com>
     [not found] ` <20120514220816.DDDB42C08E@topped-with-meat.com>
     [not found]   ` <CAMe9rOpEUO2aKJ4494knAhwuuM7d3Ztz8jNUph1psWrJZozjMQ@mail.gmail.com>
     [not found]     ` <20120515164158.17BBD2C086@topped-with-meat.com>
     [not found]       ` <CAMe9rOqh-VbhrzyPbOfvoJ_xarMSf57zbniEr0sRK1+StVpy7g@mail.gmail.com>
2012-05-16 10:31         ` PATCH: Add __syscall_slong_t and __syscall_ulong_t Joseph S. Myers
2012-05-16 13:45           ` Chris Metcalf [this message]
2012-05-16 14:12             ` [PATCH] linux-generic: fix typesizes.h to match recent core changes Joseph S. Myers
2012-05-18 13:39             ` Joseph S. Myers
2012-05-18 17:19               ` [PATCH] linux-generic: add __FSWORD_T_TYPE to <bits/typesizes.h> Chris Metcalf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201205161345.q4GDjTrL030305@farm-0002.internal.tilera.com \
    --to=cmetcalf@tilera.com \
    --cc=libc-ports@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).