This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Why a specific termios.h for powerpc?


Hi all,

does anyone know why glibc-2.3.2 feautures a powerpc specific version
of termios.h in sysdeps/unix/sysv/linux/powerpc/bits/termios.h? I fail to see anything that would justify this.


What's more, compiling

  #include <termios.h>
  #include <rpcsvc/rex.h>

  void func(void)
  {
  }

leads to many redefinitions. Using the generic termios.h in bits in
glibc-2.3.2/sysdeps/unix/sysv/linux/bits/termios.h works ok.

Any clues?

Best Regards,
Marius

--
Marius Groeger <mgroeger@sysgo.com>
SYSGO AG                      Embedded and Real-Time Software
Voice: +49 6136 9948 0                  FAX: +49 6136 9948 10
www.sysgo.com | www.elinos.com | www.osek.de | www.imerva.com


------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]