Mailinglist Archive: radeonhd (699 mails)
| < Previous | Next > |
Re: [radeonhd] What does rhd_conntest.c include <sys/io.h> for?
- From: Hans Ulrich Niedermann <hun@xxxxxxxxxxxxxxxx>
- Date: Sat, 03 Nov 2007 22:56:27 +0100
- Message-id: <472CEE8B.2050308@xxxxxxxxxxxxxxxx>
Luc Verhaegen wrote:
[ #include <sys/io.h> ]
Is the linking against libz.so also a remnant of that, or may that
possibly be used for something?
Watching the symbols ld.so loads shows libz just being initialized at
program startup and cleaned up at the end of the program.
--
Hans Ulrich Niedermann
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
[ #include <sys/io.h> ]
You're right, it isn't needed. It's a remnant from the quick and dirty
little utils i tend to write when testing things, ones which need to
Is the linking against libz.so also a remnant of that, or may that
possibly be used for something?
Watching the symbols ld.so loads shows libz just being initialized at
program startup and cleaned up at the end of the program.
--
Hans Ulrich Niedermann
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |