ECTED]
Sent: Wednesday, October 08, 2003 2:04 PM
To: [EMAIL PROTECTED]
Cc: Linse Pallan
Subject: Re: How to customize Linux rmdir system call
On Wed, Oct 08, 2003 at 03:39:21PM -0400, Linse Pallan wrote:
> Can anyone help me ?
You can avoid rebuilding glibc by implementing the functions that
]
Sent: Wednesday, October 08, 2003 2:04 PM
To: [EMAIL PROTECTED]
Cc: Linse Pallan
Subject: Re: How to customize Linux rmdir system call
On Wed, Oct 08, 2003 at 03:39:21PM -0400, Linse Pallan wrote:
> Can anyone help me ?
You can avoid rebuilding glibc by implementing the functions that you
want
On Wed, Oct 08, 2003 at 03:39:21PM -0400, Linse Pallan wrote:
> Can anyone help me ?
You can avoid rebuilding glibc by implementing the functions
that you want to override in a shared object, and using
system-wide preloading by specifying the library in
/etc/ld.so.preload. See the man page ld.so(