提交历史

作者 SHA1 备注 提交日期
  Peter S. Mazinger d98307c5af Allow to be used in bits/syscalls.h even if _GNU_SOURCE is defined 18 年之前
  Mike Frysinger 718589c658 grab alpha version of mman.h from glibc 18 年之前
  Mike Frysinger b3297bc1cb import syscall from glibc 18 年之前
  Mike Frysinger 2a623a604c fix building on 64bit hosts 18 年之前
  Mike Frysinger 43da001e78 fix building on 64bit hosts 18 年之前
  Mike Frysinger 2dd3ea96d3 fix unused warnings 18 年之前
  Mike Frysinger deffc82c65 dont force linuxthreads db if debugging is enabled 18 年之前
  Bernhard Reutner-Fischer eb6b48e497 - fix typo in comment. 18 年之前
  Peter S. Mazinger 1cc0b593cb Remove old comment 18 年之前
  Peter S. Mazinger c0dc17e987 Another __sigprocmask 18 年之前
  Peter S. Mazinger 1f80b7444c Remove other __sigprocmask occurences, even if unused, remove unsed file 18 年之前
  Peter S. Mazinger 364360712c Correct sigprocmask undefined for sh and remove the useless __sigprocmask weak 18 年之前
  Peter S. Mazinger 28e6bc85de Convert l*seek too to use __typeof 18 年之前
  Peter S. Mazinger 358534f7db Use __typeof instead of adding full prototypes 18 年之前
  Mike Frysinger 57f2c2a0ad need prototype to fix sigaction warnings 18 年之前
  Mike Frysinger d99f3ab495 grab syscall macros from the kernel 18 年之前
  Mike Frysinger 9b3b3efd47 .set doesnt work on alpha 18 年之前
  Mike Frysinger 2e2445be37 fix building on alpha 18 年之前
  Mike Frysinger 230eeaf809 need sys/syscall.h for __NR_fork define 18 年之前
  Mike Frysinger 9ce08d170e fix building on alpha 18 年之前
  Mike Frysinger efa7d2147f need unistd.h for brk prototype 18 年之前
  Mike Frysinger 7ffdf253cf fix building/warnings on 64bit arches 18 年之前
  Mike Frysinger aaf2fdcab5 fix warning when sizeof uchar_t is 8 bits 18 年之前
  Mike Frysinger 70d37cb4af disable deprecated warnings for some files 18 年之前
  Mike Frysinger 1ad608ee16 grab some macros for internal ldso usage and fix strong_alias/hidden_strong_alias when .set support is disabled 18 年之前
  Peter S. Mazinger 5d42830b0b Correct comments, thx vapier 18 年之前
  Peter S. Mazinger ce5e747f18 Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. Moved weak[_const]_function into proper place (if we have weak support), else noop. Modified comment about changes to glibc. Moved -D_LIBC from CFLAGS to libc-symbols.h. I am not sure about unlikely/likely/__cast 18 年之前
  Mike Frysinger 9a22815930 didnt mean to commit the FENV option just yet 18 年之前
  Peter S. Mazinger 6a4a2506e0 Add -D_GNU_SOURCE to CFLAGS, else openpty picks the XOPEN variant of fd_set 18 年之前
  Peter S. Mazinger 16129810ac Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other use within uClibc, depends on fnmatch as well 18 年之前