https://bugs.linaro.org/show_bug.cgi?id=787

Ola Liljedahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Ola Liljedahl <[email protected]> ---
As ftruncate() is a standard Linux system call, it should be fine to use it in
Linux-generic even if it is not part of the C99 language or library
specification.

#define _BSD_SOURCE
or
#define _POSIX_C_SOURCE 200809L
before including all system header files will enable the declaration of
ftruncate().

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to