summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/gethostname.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-06-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-06-241-2/+3
| | | | | * libc/sys/linux/gethostname.c: Change name to __gethostname and add gethostname alias.
* * libc/sys/linux/sys/cdefs.h: Add __weak_reference macros.Thomas Fitzsimmons2002-05-241-0/+30
* libc/sys/linux/sys/time.h: Add conversion macros. * libc/sys/linux/sys/types.h: Add FD_ macros. Include <bits/types.h>. * libc/sys/linux/ids.c: Add setresuid and syslog syscalls. * libc/sys/linux/gethostname.c: New file. * libc/sys/linux/seteuid.c: New file. * libc/sys/linux/sysctl.c: New file.