summaryrefslogtreecommitdiff
path: root/support/mkstemp.c
Commit message (Collapse)AuthorAgeFilesLines
* Systems that don't have `mkstemp' probably don't have <stdint.h> either.Raja R Harinath1998-07-141-9/+14
| | | | | | | | * mkstemp.c (<stdint.h>): Systems that don't have `mkstemp' probably don't have <stdint.h> either. Will fix it with a proper autoconf test later. svn path=/trunk/; revision=274
* Define to `extern __inline__', rather that `extern inline'. Since thisRaja R Harinath1998-07-131-0/+5
| | | | | | | | | | | * argp.h (ARGP_EI): Define to `extern __inline__', rather that `extern inline'. Since this code is inside an __OPTIMIZE__ check, I assume this is GCC, and __inline__ will work. * mkstemp.c: New file. * gnomesupport.awk: Conditionally emit prototype for `mkstemp'. svn path=/trunk/; revision=273
* Initial revisionRaja R Harinath1998-07-011-0/+90
svn path=/trunk/; revision=265