am fa73c847: am 54723fb6: Merge "Remove missing functions imaxabs() and imaxdiv() from inttypes.h"

* commit 'fa73c847c34a442e24dbeeff4ae58799b66da97a':
  Remove missing functions imaxabs() and imaxdiv() from inttypes.h
This commit is contained in:
Andrew Hsieh
2013-08-12 20:31:57 -07:00
committed by Android Git Automerger

View File

@@ -249,8 +249,6 @@ typedef struct {
} imaxdiv_t;
__BEGIN_DECLS
intmax_t imaxabs(intmax_t);
imaxdiv_t imaxdiv(intmax_t, intmax_t);
intmax_t strtoimax(const char *, char **, int);
uintmax_t strtoumax(const char *, char **, int);