Peter S. Mazinger
|
e75dfc1f73
memalign.c: does not use MAX, do not include param.h
|
14 年之前 |
Peter S. Mazinger
|
a80a6b505f
_vfprintf.c: fix typo s/NL_MAX_ARG/NL_ARGMAX/
|
14 年之前 |
Peter S. Mazinger
|
0aa1f968d3
_stdio.h: move _load_inttype.h and _store_inttype.h prototypes here
|
14 年之前 |
Peter S. Mazinger
|
7bc58308af
socketcalls.c: prefer using recvfrom in recv and sendto in send
|
14 年之前 |
Peter S. Mazinger
|
fc352aa35c
Rules.mak: include KERNEL_HEADERS last, even there it is wrong
|
14 年之前 |
Peter S. Mazinger
|
a683d89f56
Rules.mak: change the way -include is used
|
14 年之前 |
Peter S. Mazinger
|
eedef37b4a
do not define _ISOC99_SOURCE in specific files
|
14 年之前 |
Peter S. Mazinger
|
56023566de
remove duplicate prototypes for _stdio_term().
|
14 年之前 |
Peter S. Mazinger
|
1d6099a2b4
unwind-{resume,forcedunwind}.c: add missing prototypes
|
14 年之前 |
Peter S. Mazinger
|
e9af4dfbd3
fix a bunch of build warnings
|
14 年之前 |
Peter S. Mazinger
|
293173f870
pthreadP.h: avoid shadow warnings
|
14 年之前 |
Peter S. Mazinger
|
995b4989cd
disable __pthread_kill_other_threads, obsoleted
|
14 年之前 |
Peter S. Mazinger
|
7c7dd9d00f
uClibc_pthread.h: do not install on target
|
14 年之前 |
Peter S. Mazinger
|
a9b153b6a8
resolv.c,time.c,_atexit.c: hide 3 locks
|
14 年之前 |
Peter S. Mazinger
|
b8634d3537
uClibc_mutex.h: fix bug in conditional macros
|
14 年之前 |
Peter S. Mazinger
|
7883b1fa2e
signal.h: sync with glibc, mainly proper guards
|
14 年之前 |
Peter S. Mazinger
|
0849f60087
uClibc_stdio.h: guard internals with _LIBC
|
14 年之前 |
Peter S. Mazinger
|
c206e4fc49
uClibc_stdio.h: remove consistency check
|
14 年之前 |
Peter S. Mazinger
|
8f5a869f9b
uClibc_stdio.h: remove parts solved in features.h
|
14 年之前 |
Peter S. Mazinger
|
d0f6eab2e9
stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.h
|
14 年之前 |
Peter S. Mazinger
|
e941c481e7
uClibc_stdio.h: move internal to _stdio.h and make them hidden
|
14 年之前 |
Peter S. Mazinger
|
75f527d9bf
stdio.h: move uClibc specific parts to the common place for these changes
|
14 年之前 |
Peter S. Mazinger
|
2b836fc1d5
mmap.c: provide a common mmap.c that is good for most of archs
|
14 年之前 |
Peter S. Mazinger
|
f8942a121c
_hsearch_r.c: use stdlib.h instead of malloc.h for calloc
|
14 年之前 |
Peter S. Mazinger
|
a5173428bb
fnmatch: replace __memset and __memcmp
|
14 年之前 |
Peter S. Mazinger
|
3d1f9dff69
pm_getport.c: s/__close/close/
|
14 年之前 |
Peter S. Mazinger
|
3d1c785587
resolv.c: include param.h and use MIN instead of min
|
14 年之前 |
Peter S. Mazinger
|
7c25065dc7
sa_len.c: do not include ipx.h, the IPX code is disabled
|
14 年之前 |
Peter S. Mazinger
|
429b087a84
getaddrinfo.c: replace #if SALEN with #if 0
|
14 年之前 |
Peter S. Mazinger
|
934f2fc45e
change __asm to __asm__ and __volatile to __volatile__
|
14 年之前 |