guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ARM VM with networking support?


From: Danny Milosavljevic
Subject: Re: ARM VM with networking support?
Date: Mon, 11 Nov 2019 08:23:04 +0100

> What’s the story with ‘readdir’?

Shooting in the dark, we've had "fun" with readdir on ARM before in GNU Mes and
ended up doing the following:

#ifdef __arm__
#define O_DIRECTORY 0x4000
/*#define O_DIRECT 0x10000*/
#else
#define O_DIRECTORY 0x10000
#endif

Attachment: pgpBhGY8Lta3u.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]