[117752] trunk/base/src/darwintracelib1.0/proc.c

cal at macports.org cal at macports.org
Mon Mar 10 14:59:35 PDT 2014


Revision: 117752
          https://trac.macports.org/changeset/117752
Author:   cal at macports.org
Date:     2014-03-10 14:59:34 -0700 (Mon, 10 Mar 2014)
Log Message:
-----------
darwintrace: posix_spawn_t is now unused, remove it.

Modified Paths:
--------------
    trunk/base/src/darwintracelib1.0/proc.c

Modified: trunk/base/src/darwintracelib1.0/proc.c
===================================================================
--- trunk/base/src/darwintracelib1.0/proc.c	2014-03-10 21:55:33 UTC (rev 117751)
+++ trunk/base/src/darwintracelib1.0/proc.c	2014-03-10 21:59:34 UTC (rev 117752)
@@ -292,14 +292,6 @@
 DARWINTRACE_INTERPOSE(_dt_execve, execve);
 
 #if defined(HAVE_SPAWN_H) && defined(HAVE_POSIX_SPAWN)
-// Let's save some typing work...
-typedef int (*posix_spawn_t)(
-			pid_t *restrict,
-			const char *restrict,
-			const posix_spawn_file_actions_t *,
-			const posix_spawnattr_t *restrict,
-			char *const *restrict,
-			char *const *restrict);
 /**
  * Wrapper for \c posix_spawn(2). Denies access and simulates the file does not
  * exist, if it's outside the sandbox. Also checks for potential interpreters
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140310/b68b63a2/attachment-0001.html>


More information about the macports-changes mailing list