mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 05:05:04 +08:00
libc: Avoid conflict with Newlib __sinit()
This commit is contained in:
parent
3883871a13
commit
453ff00b5b
@ -84,7 +84,9 @@ extern int __sread(void *, char *, int);
|
|||||||
extern int __swrite(void *, char const *, int);
|
extern int __swrite(void *, char const *, int);
|
||||||
extern fpos_t __sseek(void *, fpos_t, int);
|
extern fpos_t __sseek(void *, fpos_t, int);
|
||||||
extern int __sclose(void *);
|
extern int __sclose(void *);
|
||||||
|
#ifndef __rtems__
|
||||||
extern void __sinit(void);
|
extern void __sinit(void);
|
||||||
|
#endif /* __rtems__ */
|
||||||
extern void _cleanup(void);
|
extern void _cleanup(void);
|
||||||
extern void __smakebuf(FILE *);
|
extern void __smakebuf(FILE *);
|
||||||
extern int __swhatbuf(FILE *, size_t *, int *);
|
extern int __swhatbuf(FILE *, size_t *, int *);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user