1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

chipset_enable.c: Drop _LARGEFILE64_SOURCE

This file does not access any large files, so there's no need to define
this feature test macro.

Change-Id: I866cfa2f996eeea5846e5d9189647ad7a4a4e3e4
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/75271
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-by: Alexander Goncharov <chat@joursoir.net>
This commit is contained in:
Angel Pons 2023-05-16 11:13:17 +02:00 committed by Anastasia Klimchuk
parent 0f541c216a
commit 59287a0bd0

View File

@ -24,8 +24,6 @@
* Contains the chipset specific flash enables.
*/
#define _LARGEFILE64_SOURCE
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>