searching sem_t

Hi,
I need sem_t structure but not find it. I searched in /usr/local and in
your directories.
I find
“typedef sync_t sem_t”
and after find
“typedef __SYNC_T sync_t”
after not find nothing.

Any idea,

Thanks,

Leandro Medina
(Ingdesi Group - R&D)

__SYNC_T is defined in /usr/include/sys/target_nto.h

My understanding is that __SYNC_T is a type supported
by gcc itself. Hence you can’t see the structure it’s hidden.

“Leandro Medina” <lmedina@ingdesi.com> wrote in message
news:9ej7u7$lud$1@inn.qnx.com

Hi,
I need sem_t structure but not find it. I searched in /usr/local and
in
your directories.
I find
“typedef sync_t sem_t”
and after find
“typedef __SYNC_T sync_t”
after not find nothing.

Any idea,

Thanks,

Leandro Medina
(Ingdesi Group - R&D)

“Mario Charest” <mcharest@antispam_zinformatic.com> wrote in message
news:9ej9h4$mvf$1@inn.qnx.com

__SYNC_T is defined in /usr/include/sys/target_nto.h

My understanding is that __SYNC_T is a type supported
by gcc itself. Hence you can’t see the structure it’s hidden.

Forget the last paragraph :wink:

“Leandro Medina” <> lmedina@ingdesi.com> > wrote in message
news:9ej7u7$lud$> 1@inn.qnx.com> …
Hi,
I need sem_t structure but not find it. I searched in /usr/local and
in
your directories.
I find
“typedef sync_t sem_t”
and after find
“typedef __SYNC_T sync_t”
after not find nothing.

Any idea,

Thanks,

Leandro Medina
(Ingdesi Group - R&D)

\

Thanks Mario.


“Mario Charest” <mcharest@antispam_zinformatic.com> wrote in message
news:9ej9pv$n0t$1@inn.qnx.com

“Mario Charest” <mcharest@antispam_zinformatic.com> wrote in message
news:9ej9h4$mvf$> 1@inn.qnx.com> …

__SYNC_T is defined in /usr/include/sys/target_nto.h

My understanding is that __SYNC_T is a type supported
by gcc itself. Hence you can’t see the structure it’s hidden.


Forget the last paragraph > :wink:

“Leandro Medina” <> lmedina@ingdesi.com> > wrote in message
news:9ej7u7$lud$> 1@inn.qnx.com> …
Hi,
I need sem_t structure but not find it. I searched in /usr/local
and
in
your directories.
I find
“typedef sync_t sem_t”
and after find
“typedef __SYNC_T sync_t”
after not find nothing.

Any idea,

Thanks,

Leandro Medina
(Ingdesi Group - R&D)



\