delete __STDC_{FORMAT,LIMIT}_MACROS

With newer glibc versions (2.18+), these macros no longer exist (and the
functionality they protected are always enabled).  Delete them.

BUG=chromium:401360
TEST=precq passes

Change-Id: I21b0607a874b9f9e39dff050054a2928a6c55023
Reviewed-on: https://chromium-review.googlesource.com/262903
Trybot-Ready: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Alex Vakulenko <avakulenko@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Mike Frysinger 2015-03-27 17:07:20 -04:00 committed by ChromeOS Commit Bot
parent 93408425ea
commit 732fe21082
2 changed files with 0 additions and 6 deletions

View File

@ -2,10 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// For PRIu64 in inttypes.h, used by scanf. TODO(semenzato): replace
// with libchromeos methods.
#define __STDC_FORMAT_MACROS
#include "metrics/metrics_daemon.h"
#include <fcntl.h>

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <utime.h>