OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [linux/] [sys/] [stdio.h] - Blame information for rev 207

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
#ifndef _NEWLIB_STDIO_H
2
#define _NEWLIB_STDIO_H
3
 
4
/* Internal locking macros, used to protect stdio functions.  In the
5
   linux case, expand to flockfile, and funlockfile, both defined in
6
   LinuxThreads. */
7
#if !defined(__SINGLE_THREAD__)
8
#  if !defined(_flockfile)
9
#    define _flockfile(fp) flockfile(fp)
10
#  endif
11
#  if !defined(_funlockfile)
12
#    define _funlockfile(fp) funlockfile(fp)
13
#  endif
14
#endif /* __SINGLE_THREAD__ */
15
 
16
#define getline __getline
17
#define getdelim __getdelim
18
 
19
char *  _EXFUN(ctermid, (char *));
20
 
21
#endif /* _NEWLIB_STDIO_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.