public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: tsmith@megaroms.co.uk
To: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] poll.h and polling stuff???
Date: Wed, 25 Jul 2001 01:43:00 -0000	[thread overview]
Message-ID: <20010725094339.agsplanning+tsmith@f9> (raw)

[implementing poll]

I've added

    cdl_component CYGPKG_ISO_POLL {
        display       "poll.h functions"
        flavor        none
        no_define
            
        cdl_interface CYGINT_ISO_POLL {
            display       "poll() functions"
            requires      { 1 >= CYGINT_ISO_POLL }
        }
            
        cdl_option CYGBLD_ISO_POLL_HEADER {
            display       "Poll implementation header"
            flavor        booldata
            default_value 0
        }
    }

to isoinfra.cdl which I think is right. I based this bit of code(?) on the locale section. What does the "requires { 1 >= CYGINT_ISO_POLL }" do? It requires itself therefore is always enabled?

I've also added "poll.cxx" to the end of the "compile" statement in fileio.cdl.

The poll.h has been put in isoinfra/current/include and poll.cxx put next to select.cxx.

I don't think anymore modifications are needed?

I might have some code working today :)

Tim

             reply	other threads:[~2001-07-25  1:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-25  1:43 tsmith [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-07-25  2:19 tsmith
2001-07-25  3:27 ` Robin Farine
2001-07-25 11:20   ` Jonathan Larmour
2001-07-24  8:07 tsmith
2001-07-24  8:05 tsmith
2001-07-24  4:29 tsmith
2001-07-24  5:14 ` Gary Thomas
2001-07-24  6:37 ` Jonathan Larmour
2001-07-23  5:57 tsmith
2001-07-23  6:05 ` Jonathan Larmour

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=20010725094339.agsplanning+tsmith@f9 \
    --to=tsmith@megaroms.co.uk \
    --cc=ecos-discuss@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).