]> sourceware.org Git - newlib-cygwin.git/commit
ansification: remove _PTR
authorYaakov Selkowitz <yselkowi@redhat.com>
Mon, 4 Dec 2017 02:53:22 +0000 (20:53 -0600)
committerYaakov Selkowitz <yselkowi@redhat.com>
Wed, 17 Jan 2018 17:47:16 +0000 (11:47 -0600)
commite6321aa6a668376c40bc2792a3bd392e94c29ad6
treefe4028a6278a7d3f49ff79f0e5150b49f225685f
parent0403b9c8c40a351ba72f587add10669df225680b
ansification: remove _PTR

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
72 files changed:
newlib/libc/include/_ansi.h
newlib/libc/include/malloc.h
newlib/libc/include/stdio.h
newlib/libc/include/stdlib.h
newlib/libc/include/string.h
newlib/libc/include/sys/reent.h
newlib/libc/machine/powerpc/machine/malloc.h
newlib/libc/machine/powerpc/machine/stdlib.h
newlib/libc/machine/powerpc/vec_calloc.c
newlib/libc/machine/powerpc/vec_free.c
newlib/libc/machine/powerpc/vec_malloc.c
newlib/libc/machine/powerpc/vec_realloc.c
newlib/libc/machine/powerpc/vfscanf.c
newlib/libc/machine/spu/fread.c
newlib/libc/machine/spu/fwrite.c
newlib/libc/machine/xstormy16/mallocr.c
newlib/libc/reent/readr.c
newlib/libc/reent/writer.c
newlib/libc/search/bsearch.c
newlib/libc/stdio/fdopen.c
newlib/libc/stdio/fgets.c
newlib/libc/stdio/fopen.c
newlib/libc/stdio/fread.c
newlib/libc/stdio/freopen.c
newlib/libc/stdio/fseeko.c
newlib/libc/stdio/fvwrite.c
newlib/libc/stdio/fvwrite.h
newlib/libc/stdio/fwrite.c
newlib/libc/stdio/makebuf.c
newlib/libc/stdio/nano-vfprintf.c
newlib/libc/stdio/nano-vfprintf_local.h
newlib/libc/stdio/nano-vfscanf.c
newlib/libc/stdio/setvbuf.c
newlib/libc/stdio/stdio.c
newlib/libc/stdio/ungetc.c
newlib/libc/stdio/vfprintf.c
newlib/libc/stdio/vfscanf.c
newlib/libc/stdio/vfwprintf.c
newlib/libc/stdio/vfwscanf.c
newlib/libc/stdio64/fdopen64.c
newlib/libc/stdio64/fopen64.c
newlib/libc/stdio64/freopen64.c
newlib/libc/stdlib/__call_atexit.c
newlib/libc/stdlib/atexit.h
newlib/libc/stdlib/calloc.c
newlib/libc/stdlib/cxa_atexit.c
newlib/libc/stdlib/exit.c
newlib/libc/stdlib/malign.c
newlib/libc/stdlib/malloc.c
newlib/libc/stdlib/msize.c
newlib/libc/stdlib/on_exit.c
newlib/libc/stdlib/realloc.c
newlib/libc/stdlib/reallocf.c
newlib/libc/stdlib/valloc.c
newlib/libc/string/memccpy.c
newlib/libc/string/memchr.c
newlib/libc/string/memcmp.c
newlib/libc/string/memcpy.c
newlib/libc/string/memmove.c
newlib/libc/string/mempcpy.c
newlib/libc/string/memrchr.c
newlib/libc/string/memset.c
newlib/libc/string/rawmemchr.c
newlib/libc/sys/linux/pread.c
newlib/libc/sys/linux/pread64.c
newlib/libc/sys/linux/pwrite.c
newlib/libc/sys/linux/pwrite64.c
newlib/libc/sys/rtems/crt0.c
newlib/libc/unix/pread.c
newlib/libc/unix/pwrite.c
newlib/libc/xdr/xdr_sizeof.c
winsup/cygwin/include/cygwin/stdlib.h
This page took 0.046876 seconds and 5 git commands to generate.