Eric Andersen 733eb3f9b3 Add some missing prototypes vor 20 Jahren
..
arpa 7ad3f91bbe Add in missing file vor 22 Jahren
net e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
netax25 d6a6267fab These are wanted by net-tools vor 20 Jahren
neteconet d6a6267fab These are wanted by net-tools vor 20 Jahren
netinet abd02d7387 Atsushi Nemoto writes: vor 20 Jahren
netipx 64c25a0625 Odd. This seems to be in the wrong spot... vor 22 Jahren
netpacket e3787b675f Make pump happy. Add in this header. vor 22 Jahren
protocols 33a9fd74f9 Update rpc headers. Add missing some headers vor 22 Jahren
rpc 33a9fd74f9 Update rpc headers. Add missing some headers vor 22 Jahren
sys bcfd17afd8 Sigh. It seems some stupid programs expect this... vor 20 Jahren
.cvsignore 9cee42f10d Major rework of the include files to eliminate redundancy vor 22 Jahren
a.out.h fec38619dc Add some missing headers needed by ld.so-1.9.11. vor 23 Jahren
alloca.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
ansidecl.h 8024381ffb ansidecl.h and symcat.h copied from glibc. vor 21 Jahren
ar.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
assert.h 3710c5b331 Fix C++ support vor 22 Jahren
byteswap.h cdfd2afc68 Add byteswap.h, per glibc vor 23 Jahren
complex.h 3942feca80 Fill a few little holes in the math library vor 22 Jahren
cpio.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
crypt.h cf0a78c882 Cleanup crypt and remove the crypt_r stuff, since SuSv3 vor 22 Jahren
ctype.h ca773a850f Obligatory forgotten file. vor 21 Jahren
dirent.h abc2175734 Dop not restrict the IFTODT() and DTTOIF() macros when vor 21 Jahren
dlfcn.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
elf.h 2d2ae37963 Those crazy binutils folks changed their abi. Add this so older vor 20 Jahren
endian.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
err.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
errno.h 6889eeaea6 Turn off program_invocation_name and friend vor 22 Jahren
error.h 5e5710cd0c Oops. Forgot to check this one in vor 22 Jahren
fcntl.h 0e4cf8c300 Enable fcntl64, and fix fcntl when large fils is enabled. vor 22 Jahren
features.h 4ad53a1548 sigh. The cris compiler doesn't do link_warning's.... vor 21 Jahren
fnmatch.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
ftw.h f6d73890f3 Add support for ftw and nftw vor 21 Jahren
getopt.h f223985456 Add back in table-less ctype funcs for those interested in minimizing vor 21 Jahren
glob.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
gnu-versions.h 2f7adfdcfe Add gnu obstack support. I still need to implement the obstack_printf vor 22 Jahren
grp.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
iconv.h c386ddb4d8 Ok... here's the summary: vor 21 Jahren
ieee754.h 4b64bd933b Add in this missing header file vor 22 Jahren
inttypes.h 7f70a7f597 Disable the __USE_EXTERN_INLINES versions of these headers, which vor 21 Jahren
langinfo.h 50660812be Fix a few bugs in the new extended locale functions. vor 21 Jahren
lastlog.h 53c4df1491 Several little additions and cleanups. Add getw() and putw(). vor 22 Jahren
libgen.h d07fdf8b9e New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, vor 22 Jahren
libintl.h 1217289737 Add a new *scanf implementation, includeing the *wscanf functions. vor 21 Jahren
limits.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
link.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
locale.h 50660812be Fix a few bugs in the new extended locale functions. vor 21 Jahren
malloc.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
math.h 7ce331c01c Totally rework the math library, this time based on the MacOs X vor 22 Jahren
memory.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
mntent.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
netdb.h 8af1b6d438 (h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined. vor 22 Jahren
nl_types.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
obstack.h 2f7adfdcfe Add gnu obstack support. I still need to implement the obstack_printf vor 22 Jahren
paths.h 20d8808116 Optionally support the struct tm extension fields. vor 21 Jahren
poll.h 54265bebea Add poll.h header. vor 23 Jahren
printf.h 599ad608ee Enable WCHAR support for C/POSIX stub locales. vor 22 Jahren
pthread.h 0f9603991c It turns out that __thread is now a gcc keyword. We used __thread in vor 21 Jahren
pty.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
pwd.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
regex.h ac3250d227 Update to sync up with glibc 2.3 vor 21 Jahren
regexp.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
resolv.h bfefdc6565 Fixup struct _res handling so apps using struct _res can actually vor 22 Jahren
sched.h cb308f782f Add missing sched.h vor 22 Jahren
search.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
semaphore.h 187dd78d7b Major update for pthreads, based in large part on improvements vor 21 Jahren
setjmp.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
sgtty.h 53c4df1491 Several little additions and cleanups. Add getw() and putw(). vor 22 Jahren
shadow.h fb35042521 Add missing shadow.h vor 23 Jahren
signal.h 1217289737 Add a new *scanf implementation, includeing the *wscanf functions. vor 21 Jahren
stdint.h d07fdf8b9e New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, vor 22 Jahren
stdio.h f223985456 Add back in table-less ctype funcs for those interested in minimizing vor 21 Jahren
stdio_ext.h 03e039820d Swap in the new stdio code. vor 22 Jahren
stdlib.h f88c789f2a Move an #endif that was in the wrong place. vor 21 Jahren
string.h 50660812be Fix a few bugs in the new extended locale functions. vor 21 Jahren
strings.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
symcat.h 8024381ffb ansidecl.h and symcat.h copied from glibc. vor 21 Jahren
syscall.h 8be74df1ae A few updates. vor 24 Jahren
sysexits.h ef61d4a84b Seems a few apps need this one... vor 23 Jahren
syslog.h 64bc641218 Initial revision vor 24 Jahren
tar.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
termio.h f87967b01f Add wrapper for old termio interface vor 23 Jahren
termios.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
tgmath.h 3942feca80 Fill a few little holes in the math library vor 22 Jahren
thread_db.h 8966b4965d Add missing include/thread_db.h file, as reported by Simon Posnjak vor 22 Jahren
time.h a30a999bb0 Hopefully fix the struct tm extension problem once and for all. vor 20 Jahren
ttyent.h cb4d4d4485 Add the ttyent.h header file vor 22 Jahren
ucontext.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
ulimit.h ea9f6e1e2d Add support for personality(), prctl(), ustat(), and ulimit() vor 21 Jahren
unistd.h 733eb3f9b3 Add some missing prototypes vor 20 Jahren
ustat.h ea9f6e1e2d Add support for personality(), prctl(), ustat(), and ulimit() vor 21 Jahren
utime.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
utmp.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
values.h 24b3f737bc Don't install floating point related headers, and wrap some previously vor 21 Jahren
wait.h e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 vor 22 Jahren
wchar.h 24b3f737bc Don't install floating point related headers, and wrap some previously vor 21 Jahren
wctype.h 50660812be Fix a few bugs in the new extended locale functions. vor 21 Jahren
wordexp.h cbd4ed6c68 Add missing header. vor 21 Jahren
xlocale.h 1217289737 Add a new *scanf implementation, includeing the *wscanf functions. vor 21 Jahren