Changeset 117752 for trunk/base


Ignore:
Timestamp:
Mar 10, 2014, 9:59:34 PM (10 years ago)
Author:
cal@…
Message:

darwintrace: posix_spawn_t is now unused, remove it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/darwintracelib1.0/proc.c

    r117751 r117752  
    293293
    294294#if defined(HAVE_SPAWN_H) && defined(HAVE_POSIX_SPAWN)
    295 // Let's save some typing work...
    296 typedef int (*posix_spawn_t)(
    297                         pid_t *restrict,
    298                         const char *restrict,
    299                         const posix_spawn_file_actions_t *,
    300                         const posix_spawnattr_t *restrict,
    301                         char *const *restrict,
    302                         char *const *restrict);
    303295/**
    304296 * Wrapper for \c posix_spawn(2). Denies access and simulates the file does not
Note: See TracChangeset for help on using the changeset viewer.