diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-11 20:13:37 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-11 20:13:37 -0700 |
commit | 38a414f0f1a5f658f8b9fa6c8914d468e9394586 (patch) | |
tree | 5771d6e35bc5499f73f72074811d10e55955c9d4 /admin/CPP-DEFINES | |
parent | 2779e316c644d0ec2781c8d27b0a7eecd9615eab (diff) | |
download | emacs-38a414f0f1a5f658f8b9fa6c8914d468e9394586.tar.gz |
CPP-DEFINES misc cleanup
Diffstat (limited to 'admin/CPP-DEFINES')
-rw-r--r-- | admin/CPP-DEFINES | 131 |
1 files changed, 100 insertions, 31 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 1d93f55c8e1..24b1308a503 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 |