delorie.com/djgpp/doc/libc/libc_283.html   search  
libc.a reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

__dup_fd_properties

Syntax

 
#include <libc/fd_props.h>

void __dup_fd_properties(int existing_handle, int new_handle);

Description

Causes the new file descriptor new_handle to refer to the same fd_properties struct as existing_handle. This internal function is called by dup and dup2.

For more information, see __set_fd_properties (see section __set_fd_properties) and __clear_fd_properties (see section __clear_fd_properties).

Return Value

None.

Portability

ANSI/ISO C No
POSIX No


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004