diff options
Diffstat (limited to 'gcc/sys-protos.h')
-rw-r--r-- | gcc/sys-protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/sys-protos.h b/gcc/sys-protos.h index b676ea2..3f06f27 100644 --- a/gcc/sys-protos.h +++ b/gcc/sys-protos.h @@ -16,7 +16,6 @@ extern int __aread(int, int, char *, uint, ecb_t *); extern void __assert(const char *, const char *, int); extern int __asyncio(int, aioop_t *, int); extern int __awrite(int, int, char *, uint, ecb_t *); -extern void __eprintf(const char *); extern int __evcntl(evver_t, evcntlcmds_t, long int, long int); extern int __evexit(evver_t, idtype_t, id_t, const ecb_t *); extern int __evexitset(evver_t, const procset_t *, hostid_t, const ecb_t *); |