summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2023-05-16 11:13:17 +0200
committerAnastasia Klimchuk <aklm@chromium.org>2023-05-22 00:43:44 +0000
commit59287a0bd0e4d58a4d2b434bde3db9b2376ac7c1 (patch)
tree8105a967266728bf84b3afd518bd730a32f825cf /chipset_enable.c
parent0f541c216ad1c2ed3587353f4122318809e53174 (diff)
downloadflashrom-59287a0bd0e4d58a4d2b434bde3db9b2376ac7c1.tar.gz
flashrom-59287a0bd0e4d58a4d2b434bde3db9b2376ac7c1.tar.bz2
flashrom-59287a0bd0e4d58a4d2b434bde3db9b2376ac7c1.zip
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>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 9d3df5f8f..3846ecfb6 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -24,8 +24,6 @@
* Contains the chipset specific flash enables.
*/
-#define _LARGEFILE64_SOURCE
-
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>