Browse Source

2013-12-04 Steve Ellcey <sellcey@mips.com>

* mips/cfe_api.h: Include stdint.h.
cygwin-1_7_29-release-branchpoint
Steve Ellcey 13 years ago
parent
commit
2f8a6f1947
  1. 4
      libgloss/ChangeLog
  2. 1
      libgloss/mips/cfe_api.h

4
libgloss/ChangeLog

@ -1,3 +1,7 @@
2013-12-04 Steve Ellcey <sellcey@mips.com>
* mips/cfe_api.h: Include stdint.h.
2013-11-21 Daniel Ramirez <javamonn@gmail.com>
* d30v/syscalls.c, i960/mon960.c, m68k/io-stat.c, mt/stat.c,

1
libgloss/mips/cfe_api.h

@ -59,6 +59,7 @@
* CFE_API_* can be defined here as desired.
*/
/* Begin customization. */
#include <stdint.h>
#include <string.h>
#define cfe_strlen(s) strlen(s)

Loading…
Cancel
Save