From 38a414f0f1a5f658f8b9fa6c8914d468e9394586 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 11 Aug 2012 20:13:37 -0700 Subject: [PATCH] CPP-DEFINES misc cleanup --- admin/CPP-DEFINES | 131 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 100 insertions(+), 31 deletions(-) diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 1d93f55c8e..24b1308a50 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -231,80 +231,149 @@ _longjmp _setjmp _start abort -access alloca -brk +close +emacs +free +gmtime +localtime +malloc +random +read +realloc +select +umask +vfork + + +src/sysdep.c: +write + +src/syssignal.h: +signal +sigmask +sigsetmask + + +lib/dup2.c: +dup2 + +lib/signal.h: +signal + +lib/sigprocmask.c: +signal + +lib/stdio.h: +fdopen +fopen +fwrite +popen +rename + +lib/stdlib.h: +calloc +srandom (conf_post.h may undo) + +lib/strftime.c: +tzname +tzset + +lib/sys/stat.h: +mkdir + +lib/unistd.h: +chown +dup +dup2 +ftruncate +isatty +link +lseek +pipe +rmdir +sleep +unlink + + +MS compat stuff: + +ms-w32.h: +access calloc chdir chmod chown -close creat ctime dup dup2 -edata -emacs -etext execlp -execvp +execvp (also emacsclient.c [WINDOWSNT]) fdopen fileno fopen -free fsync ftruncate -fwrite getdefdir getdisk -getenv getpid -getuid -gmtime -index isatty kill link -linux -localtime logb lseek -malloc mkdir mktemp open pclose pipe popen -random -read -realloc rename -rindex rmdir -sbrk -select -sigmask signal -sigsetmask sleep spawnve -srandom strdup stricmp strnicmp strupr sys_nerr -system -temacs tzname tzset umask -unix unlink utimbuf utime -vfork -wait +wait (also movemail.c [WINDOWSNT]) write -xfree + +lib-src/ntlib: +access +chdir +chmod +creat +dup +dup2 +execlp +execvp +fdopen +fileno +fopen +getpid +index +isatty +logb +lseek +mkdir +mktemp +open +pclose +pipe +popen +rmdir +rindex +sleep +umask +unlink +utime -- 2.20.1