]> sourceware.org Git - newlib-cygwin.git/blame_incremental - libgloss/m32r/close.c
Cygwin: add release message for latest pipe changes
[newlib-cygwin.git] / libgloss / m32r / close.c
... / ...
CommitLineData
1#include <sys/types.h>
2#include <sys/stat.h>
3#include "syscall.h"
4#include "eit.h"
5
6int
7_close (int file)
8{
9 return TRAP0 (SYS_close, file, 0, 0);
10}
This page took 0.024947 seconds and 6 git commands to generate.