public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
From: Bard Jason A NPRI <BardJA@Npt.NUWC.Navy.Mil>
To: "'pthreads-win32@sources.redhat.com'"
	<pthreads-win32@sources.redhat.com>
Subject: [PATCH] - define HAVE_STRUCT_TIMESPEC in pthread.h
Date: Fri, 25 Jun 2004 14:36:00 -0000	[thread overview]
Message-ID: <1F1D28572ECAD211BC490008C75D71F50181E01E@NPRI54EXC18.NPT.NUWC.NAVY.MIL> (raw)

Would like to add this to prevent redefinition errors if defined elsewhere in project.

I am not a member of this list so I would appreciate being CC'd on any relavent emails.  Also please let me know if you need the patch is some different format.  Thanks!

Jason Bard
Naval Undersea Warfare Center
Newport, RI 02840
401-832-3238




--- ../../pthreads/pthread.h    2003-09-12 09:18:06.000000000 -0400
+++ ./pthread.h 2004-06-25 10:14:23.265625000 -0400
@@ -268,6 +268,7 @@
 #endif /* PTW32_LEVEL >= PTW32_LEVEL_MAX */

 #ifndef HAVE_STRUCT_TIMESPEC
+#define HAVE_STRUCT_TIMESPEC 1
 struct timespec {
        long tv_sec;
        long tv_nsec;

                 reply	other threads:[~2004-06-25 14:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1F1D28572ECAD211BC490008C75D71F50181E01E@NPRI54EXC18.NPT.NUWC.NAVY.MIL \
    --to=bardja@npt.nuwc.navy.mil \
    --cc=pthreads-win32@sources.redhat.com \
    /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).