Revert "libxbps: implement xbps_file_exec() with posix_spawn()."
This reverts commit 5aa05f4c72
.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
*/
|
||||
#define XBPS_PKGINDEX_VERSION "1.4"
|
||||
|
||||
#define XBPS_API_VERSION "20120530-3"
|
||||
#define XBPS_API_VERSION "20120530-2"
|
||||
#define XBPS_VERSION "0.16"
|
||||
|
||||
/**
|
||||
|
@@ -165,9 +165,11 @@ char HIDDEN *xbps_get_remote_repo_string(const char *);
|
||||
|
||||
/**
|
||||
* @private
|
||||
* From lib/file_exec.c
|
||||
* From lib/fexec.c
|
||||
*/
|
||||
int HIDDEN xbps_file_exec(const char *, ...);
|
||||
int HIDDEN xbps_file_exec_skipempty(const char *, ...);
|
||||
int HIDDEN xbps_file_chdir_exec(const char *, const char *, ...);
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
Reference in New Issue
Block a user