mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
not needed anywhere here
This commit is contained in:
parent
78857eb9d4
commit
1a4c1eb8a9
1 changed files with 0 additions and 8 deletions
|
@ -47,14 +47,6 @@
|
|||
#define FLATFILE_DATA flatfile *dba = info->dbf
|
||||
#define FLATFILE_GKEY datum gkey; gkey.dptr = (char *) key; gkey.dsize = keylen
|
||||
|
||||
#define TRUNC_IT(extension, mode) \
|
||||
snprintf(buf, MAXPATHLEN, "%s" extension, info->path); \
|
||||
buf[MAXPATHLEN-1] = '\0'; \
|
||||
if((fd = VCWD_OPEN_MODE(buf, O_CREAT | mode | O_WRONLY, filemode)) == -1) \
|
||||
return FAILURE; \
|
||||
close(fd);
|
||||
|
||||
|
||||
DBA_OPEN_FUNC(flatfile)
|
||||
{
|
||||
char *fmode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue