aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/src/infofd.c
blob: 2c22c727068fe9bc9966a4d6bdf14a69dd61f741 (plain)
1
2
3
4
5
6
7
8
9
#include "internal.h"

int
sys·infofd(int fd, sys·Info *file)
{
    if(fd < 0)
        return sys·ErrorBadFd;
    return sys·infoat(fd, "", sys·AtEmptyPath, sys·InfoWantAll, file);
}