(_IO_new_file_fopen): Recognize new mode specifier 'm' to enable mmap I/O.
[glibc.git] / elf / circlemod1.c
blob933ccd3c0280377f1bdae588876736195425b64d
1 extern int circlemod2 (void);
3 int
4 circlemod1 (void)
6 return circlemod2 ();