Peter S. Mazinger
|
d0f6eab2e9
stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.h
|
13 years ago |
Peter S. Mazinger
|
e941c481e7
uClibc_stdio.h: move internal to _stdio.h and make them hidden
|
13 years ago |
Peter S. Mazinger
|
75f527d9bf
stdio.h: move uClibc specific parts to the common place for these changes
|
13 years ago |
Peter S. Mazinger
|
2b836fc1d5
mmap.c: provide a common mmap.c that is good for most of archs
|
13 years ago |
Peter S. Mazinger
|
f8942a121c
_hsearch_r.c: use stdlib.h instead of malloc.h for calloc
|
13 years ago |
Peter S. Mazinger
|
a5173428bb
fnmatch: replace __memset and __memcmp
|
13 years ago |
Peter S. Mazinger
|
3d1f9dff69
pm_getport.c: s/__close/close/
|
13 years ago |
Peter S. Mazinger
|
3d1c785587
resolv.c: include param.h and use MIN instead of min
|
13 years ago |
Peter S. Mazinger
|
7c25065dc7
sa_len.c: do not include ipx.h, the IPX code is disabled
|
13 years ago |
Peter S. Mazinger
|
429b087a84
getaddrinfo.c: replace #if SALEN with #if 0
|
13 years ago |
Peter S. Mazinger
|
934f2fc45e
change __asm to __asm__ and __volatile to __volatile__
|
13 years ago |
Peter S. Mazinger
|
eb82a48383
pwd_grp_internal.c: do not include pthread.h
|
13 years ago |
Peter S. Mazinger
|
71b7e3c571
iconv.c: make iconv use the XPG version of basename
|
13 years ago |
Peter S. Mazinger
|
1f3ca8e086
allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unused
|
13 years ago |
Peter S. Mazinger
|
b496187a72
setjmp.h: move __sigjmp_save prototype for consistency
|
13 years ago |
Peter S. Mazinger
|
f96ea618cb
allocsigrt.c: provide proper crrent_rtmin for LT new
|
13 years ago |
Peter S. Mazinger
|
33d1d05a5d
libc-internal.h: provide dummy attribute_tls_model_ie and __thread for non TLS builds
|
13 years ago |
Peter S. Mazinger
|
464ec424e6
locale.c, uClibc_locale.h: provide hidden __curlocale[_set]
|
13 years ago |
Peter S. Mazinger
|
938467ad2d
*_strerror_r.c: keep all occurences in sync with string.h
|
13 years ago |
Peter S. Mazinger
|
145a5962d8
err.c: add attribute_noreturn to static functions
|
13 years ago |
Peter S. Mazinger
|
23f8c147da
err.c, err.h: no need for hidden functions
|
13 years ago |
Peter S. Mazinger
|
8bb1bab754
rpc: constify some more data
|
13 years ago |
Peter S. Mazinger
|
3da72862b8
clnt_generic.c: whitespace only, no code change
|
13 years ago |
Peter S. Mazinger
|
c01fe0c4ec
pm_getmaps.c: change __close to close (even though unused)
|
13 years ago |
Peter S. Mazinger
|
40207e12e1
ruserpass.c: needs stdio_ext.h only if threads are enabled
|
13 years ago |
Peter S. Mazinger
|
c968403d33
rcmd.c: no need for stdio_ext.h
|
13 years ago |
Peter S. Mazinger
|
c6d15bc06b
xdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_t
|
13 years ago |
Peter S. Mazinger
|
9449f91556
svc_auth.c: use same prototypes as in svc_authux.c
|
13 years ago |
Peter S. Mazinger
|
dddf830fe1
pmap_rmt.c: do not undefine _POSIX_SOURCE, it is anyway too late
|
13 years ago |
Peter S. Mazinger
|
09450e82e2
rpc: remove unused USE_IN_LIBIO guarded code
|
13 years ago |