Angel Pons has uploaded this change for review.

View Change

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>
---
M chipset_enable.c
1 file changed, 13 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/71/75271/1
diff --git a/chipset_enable.c b/chipset_enable.c
index 9d3df5f..3846ecf 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>

To view, visit change 75271. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I866cfa2f996eeea5846e5d9189647ad7a4a4e3e4
Gerrit-Change-Number: 75271
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange