summaryrefslogtreecommitdiffstats
path: root/libc/inet/getnetbynm.c
Commit message (Collapse)AuthorAgeFilesLines
* getnet: switch to config parserBernhard Reutner-Fischer2010-08-051-45/+0
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-4/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-3/+3
| | | | | Appears to build fine (several .configs tried)
* Fix build failure due to missing 'smallint' definitionCarmelo Amoroso2008-05-271-0/+1
| | | | | | by adding <unistd.h> header file. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Slight size reduction by use of smallints/consts:Denis Vlasenko2008-05-251-1/+1
| | | | | | - 288016 1924 7176 297116 4889c libuClibc-0.9.29.so + 287956 1924 7168 297048 48858 libuClibc-0.9.29.so
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
| | | | | | | | | 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.
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-6/+7
| | | | missing headers, other jump relocs removed
* hide internal _net_stayopen symbolMike Frysinger2006-01-081-1/+1
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+4
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
|
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
| | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com>
* Silence stupid warnings caused by bad kernel network includesEric Andersen2001-09-271-0/+2
|
* Add some missing network functionality; grabbed from libc-5.3.12.Manuel Novoa III2001-03-121-0/+41