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

* commit '54723fb6ac38cbefd2dbaf8c1e7a892765170d4c':
  Remove missing functions imaxabs() and imaxdiv() from inttypes.h
This commit is contained in:
Andrew Hsieh
2013-08-12 20:29:07 -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);