mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
bug 1133075 - fixup includes CLOSED TREE
This commit is contained in:
parent
01d7c211a0
commit
ed728808f8
@ -5,6 +5,8 @@
|
||||
#ifndef BASE_FILE_DESCRIPTOR_SHUFFLE_H_
|
||||
#define BASE_FILE_DESCRIPTOR_SHUFFLE_H_
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
|
||||
// This code exists to perform the shuffling of file descriptors which is
|
||||
// commonly needed when forking subprocesses. The naive approve is very simple,
|
||||
// just call dup2 to setup the desired descriptors, but wrong. It's tough to
|
||||
|
Loading…
Reference in New Issue
Block a user