/dev/urandom with 64bit apps?
From: Mark Woollard (mark.woollard_at_mac.com)
Date: 08/30/05
- Previous message: Markus Baertschi: "Re: How can I select a printer in AIX?"
- Next in thread: Phil Langerholc: "Re: /dev/urandom with 64bit apps?"
- Reply: Phil Langerholc: "Re: /dev/urandom with 64bit apps?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Aug 2005 09:17:32 -0700
Am porting some code to aix and can't open /dev/urandom from a 64 bit
build.
int fd = open("/dev/urandom", O_RDONLY);
fails with EAGAIN. Same test code built 32 bit works fine. Am using gcc
3.4.4 to build the code. Can find no info on the net about this.
Anyone?
Thanks
Mark
- Previous message: Markus Baertschi: "Re: How can I select a printer in AIX?"
- Next in thread: Phil Langerholc: "Re: /dev/urandom with 64bit apps?"
- Reply: Phil Langerholc: "Re: /dev/urandom with 64bit apps?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|