source: trunk/libs/newlib/src/newlib/libc/sys/linux/flockfile.c @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 171 bytes
Line 
1/* stub to allow libpthread to override */
2
3#include <stdio.h>
4#include <machine/weakalias.h>
5
6void __libc_flockfile (FILE *fp)
7{
8}
9weak_alias(__libc_flockfile,flockfile)
Note: See TracBrowser for help on using the repository browser.