summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/getdnnm.c
Commit message (Collapse)AuthorAgeFilesLines
* - rename to match the setdomainname filenameBernhard Reutner-Fischer2008-05-221-47/+0
|
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* Mark some functions as BSD onlyPeter S. Mazinger2006-03-231-4/+4
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-1/+9
| | | | is a useless attempt
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-6/+14
| | | | missing headers, other jump relocs removed
* Hide morePeter S. Mazinger2005-12-071-2/+5
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
|
* Silly little changesEric Andersen2001-10-031-0/+2
|
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+2
|
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-2/+2
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* Completely rearchitected the sysdeps directory.Eric Andersen2000-07-051-0/+24
-Erik