Browse Source

Misc

tags/1.9.6
falkTX 9 years ago
parent
commit
3d54028ae2
2 changed files with 8 additions and 3 deletions
  1. +7
    -2
      source/interposer/interposer-safe.cpp
  2. +1
    -1
      source/interposer/interposer-x11.cpp

+ 7
- 2
source/interposer/interposer-safe.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Interposer
* Copyright (C) 2014 Filipe Coelho <falktx@falktx.com>
* Carla Interposer for audio-unsafe functions
* Copyright (C) 2014-2015 Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -22,6 +22,9 @@
#include <sched.h>
#include <spawn.h>

// -----------------------------------------------------------------------
// Our custom functions

CARLA_EXPORT
pid_t fork()
{
@@ -51,3 +54,5 @@ int posix_spawnp(pid_t*, const char*, const posix_spawn_file_actions_t*, const p
carla_stdout("------------------------------- posix_spawnp called");
return ENOSYS;
}

// -----------------------------------------------------------------------

+ 1
- 1
source/interposer/interposer-x11.cpp View File

@@ -1,5 +1,5 @@
/*
* Carla Interposer for X11
* Carla Interposer for X11 Window Mapping
* Copyright (C) 2014-2015 Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or


Loading…
Cancel
Save