URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [sethostname.c] - Rev 862
Go to most recent revision | Compare with Previous | Blame | View Log
/* libc/sys/linux/sethostname.c - Set host name */ /* Copyright 2002, Red Hat Inc. */ #include <unistd.h> #include <machine/syscall.h> _syscall2(int,sethostname,const char *,name,size_t,len);
Go to most recent revision | Compare with Previous | Blame | View Log