fexecve: use correct name

parent 5164df78
...@@ -42,7 +42,7 @@ static inline int lxc_raw_execveat(int dirfd, const char *pathname, ...@@ -42,7 +42,7 @@ static inline int lxc_raw_execveat(int dirfd, const char *pathname,
return -1; return -1;
} }
int efexecve(int fd, char *const argv[], char *const envp[]) int fexecve(int fd, char *const argv[], char *const envp[])
{ {
char procfd[256]; char procfd[256];
int ret; int ret;
......
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
#define _LXC_FEXECVE_H #define _LXC_FEXECVE_H
#include <stdio.h> #include <stdio.h>
extern int efexecve(int fd, char *const argv[], char *const envp[]); extern int fexecve(int fd, char *const argv[], char *const envp[]);
#endif /* _LXC_FEXECVE_H */ #endif /* _LXC_FEXECVE_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment