bug-coreutils
[Top][All Lists]
Advanced

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

bug#29658: asm keyword bug


From: Marcus Johnson
Subject: bug#29658: asm keyword bug
Date: Mon, 11 Dec 2017 00:56:30 -0500

I'm on a Mac, using Clang (Apple LLVM version 9.0.0 (clang-900.0.38))

in the coreutils "library", the file `explicit_bzero.c`, the build stops
because `asm` is not a valid keyword, i had to manually change it to
`__asm` for the build to finish.

So you should either `#define` it somewhere, or change it to the valid
syntax, `__asm`


reply via email to

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